Html Css Color HEX #37080B Rustic Red

📋 copy color: '#37080B'

red 55 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #37080B

Tints of Rustic Red #37080B

RGB

 RED value IS 55 (21.88% from 255) = 74.32%

 GREEN value IS 8 (3.52% from 255) = 10.81%

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

R = 74.32%
G = 10.81%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37080B (or 0x37080B) is known color: Rustic Red. HEX triplet: 37, 08 and 0B. RGB value is (55,8,11). Sum of RGB (Red+Green+Blue) = 55+8+11=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37080B is #C8F7F4. Grayscale: #161616. Windows color (decimal): -13170677 or 722999. OLE color: 722999.

HSL color Cylindrical-coordinate representation of color #37080B: hue angle of 356.17º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37080B is Cyan = 0, Magento = 0.85, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 8 11 -
CMYK 0 0.85 0.8 0.78
HSL 356.17º 0.75% 0.12% -
HSV(B) 356.17º 0.85% 0.22% -
XYZ 1.72 1.01 0.42 -
YUV 22.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 55 8 11 0 0.85 0.8 0.78 356.17 0.75 0.12
Hex 37 8 B 0 55 50 4E 164 4B C
Octal 67 10 13 0 125 120 116 544 113 14
Binary 110111 1000 1011 0 1010101 1010000 1001110 101100100 1001011 1100

Color Harmonies of #37080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37080B

Black with #37080B

Text Example


Text Example

White with #37080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,8,11); }

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

background-color css

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

 a { background-color: rgb(55,8,11); }

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

border-color css

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

 span { border-color: rgb(55,8,11); }

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