Html Css Color HEX #25000B Rustic Red

📋 copy color: '#25000B'

red 37 ◦ green 0 ◦ blue 11

#25000B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #25000B

Tints of Rustic Red #25000B

RGB

 RED value IS 37 (14.84% from 255) = 77.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 22.92%

R = 77.08%
G = 0%
B = 22.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#25000B (or 0x25000B) is known color: Rustic Red. HEX triplet: 25, 00 and 0B. RGB value is (37,0,11). Sum of RGB (Red+Green+Blue) = 37+0+11=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #25000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25000B is #DAFFF4. Grayscale: #0C0C0C. Windows color (decimal): -14352373 or 720933. OLE color: 720933.

HSL color Cylindrical-coordinate representation of color #25000B: hue angle of 342.16º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25000B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 0 11 -
CMYK 0 1 0.70 0.85
HSL 342.16º 1% 0.07% -
HSV(B) 342.16º 1% 0.15% -
XYZ 0.82 0.42 0.35 -
YUV 12.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 37 0 11 0 1 0.70 0.85 342.16 1 0.07
Hex 25 0 B 0 64 46 55 156 64 7
Octal 45 0 13 0 144 106 125 526 144 7
Binary 100101 0 1011 0 1100100 1000110 1010101 101010110 1100100 111

Color Harmonies of #25000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25000B

Black with #25000B

Text Example


Text Example

White with #25000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25000B; }

 p { color: rgb(37,0,11); }

 H1.HeaderClassName
 {
   color: #25000B;
 }
 .AnyTagClassName
 {
   color: #25000B;
 }
</style>

background-color css

<style>
 a { background-color: #25000B; }

 a { background-color: rgb(37,0,11); }

 div.DivClassName
 {
   background-color: #25000B;
 }
 .BgClassName
 {
   background-color: #25000B;
 }
</style>

border-color css

<style>
 span { border-color: #25000B; }

 span { border-color: rgb(37,0,11); }

 td.TdClassName
 {
   border-color: #25000B;
 }
 .TagClassName
 {
   border-color: #25000B;
 }
</style>