Html Css Color HEX #37060B Rustic Red

📋 copy color: '#37060B'

red 55 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #37060B

Tints of Rustic Red #37060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.33%

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

R = 76.39%
G = 8.33%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37060B (or 0x37060B) is known color: Rustic Red. HEX triplet: 37, 06 and 0B. RGB value is (55,6,11). Sum of RGB (Red+Green+Blue) = 55+6+11=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #37060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060B is #C8F9F4. Grayscale: #151515. Windows color (decimal): -13171189 or 722487. OLE color: 722487.

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

Color convert

RGB 55 6 11 -
CMYK 0 0.89 0.8 0.78
HSL 353.88º 0.8% 0.12% -
HSV(B) 353.88º 0.89% 0.22% -
XYZ 1.7 0.97 0.41 -
YUV 21.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 55 6 11 0 0.89 0.8 0.78 353.88 0.8 0.12
Hex 37 6 B 0 59 50 4E 162 50 C
Octal 67 6 13 0 131 120 116 542 120 14
Binary 110111 110 1011 0 1011001 1010000 1001110 101100010 1010000 1100

Color Harmonies of #37060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37060B

Black with #37060B

Text Example


Text Example

White with #37060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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