Html Css Color HEX #25040B Rustic Red

📋 copy color: '#25040B'

red 37 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #25040B

Tints of Rustic Red #25040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.69%

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

R = 71.15%
G = 7.69%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25040B (or 0x25040B) is known color: Rustic Red. HEX triplet: 25, 04 and 0B. RGB value is (37,4,11). Sum of RGB (Red+Green+Blue) = 37+4+11=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25040B is #DAFBF4. Grayscale: #0E0E0E. Windows color (decimal): -14351349 or 721957. OLE color: 721957.

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

Color convert

RGB 37 4 11 -
CMYK 0 0.89 0.70 0.85
HSL 347.27º 0.8% 0.08% -
HSV(B) 347.27º 0.89% 0.15% -
XYZ 0.87 0.5 0.37 -
YUV 14.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 37 4 11 0 0.89 0.70 0.85 347.27 0.8 0.08
Hex 25 4 B 0 59 46 55 15B 50 8
Octal 45 4 13 0 131 106 125 533 120 10
Binary 100101 100 1011 0 1011001 1000110 1010101 101011011 1010000 1000

Color Harmonies of #25040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25040B

Black with #25040B

Text Example


Text Example

White with #25040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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