Html Css Color HEX #37060C Rustic Red

📋 copy color: '#37060C'

red 55 ◦ green 6 ◦ blue 12

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

Shades of Rustic Red #37060C

Tints of Rustic Red #37060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 16.44%

R = 75.34%
G = 8.22%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37060C (or 0x37060C) is known color: Rustic Red. HEX triplet: 37, 06 and 0C. RGB value is (55,6,12). Sum of RGB (Red+Green+Blue) = 55+6+12=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060C is #C8F9F3. Grayscale: #151515. Windows color (decimal): -13171188 or 788023. OLE color: 788023.

HSL color Cylindrical-coordinate representation of color #37060C: hue angle of 352.65º 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 #37060C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 6 12 -
CMYK 0 0.89 0.78 0.78
HSL 352.65º 0.8% 0.12% -
HSV(B) 352.65º 0.89% 0.22% -
XYZ 1.71 0.97 0.44 -
YUV 21.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 55 6 12 0 0.89 0.78 0.78 352.65 0.8 0.12
Hex 37 6 C 0 59 4E 4E 161 50 C
Octal 67 6 14 0 131 116 116 541 120 14
Binary 110111 110 1100 0 1011001 1001110 1001110 101100001 1010000 1100

Color Harmonies of #37060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37060C

Black with #37060C

Text Example


Text Example

White with #37060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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