Html Css Color HEX #37010C Rustic Red

📋 copy color: '#37010C'

red 55 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #37010C

Tints of Rustic Red #37010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.47%

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

R = 80.88%
G = 1.47%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37010C (or 0x37010C) is known color: Rustic Red. HEX triplet: 37, 01 and 0C. RGB value is (55,1,12). Sum of RGB (Red+Green+Blue) = 55+1+12=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #37010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37010C is #C8FEF3. Grayscale: #121212. Windows color (decimal): -13172468 or 786743. OLE color: 786743.

HSL color Cylindrical-coordinate representation of color #37010C: hue angle of 347.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37010C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 12 -
CMYK 0 0.98 0.78 0.78
HSL 347.78º 0.96% 0.11% -
HSV(B) 347.78º 0.98% 0.22% -
XYZ 1.65 0.86 0.43 -
YUV 18.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 55 1 12 0 0.98 0.78 0.78 347.78 0.96 0.11
Hex 37 1 C 0 62 4E 4E 15C 60 B
Octal 67 1 14 0 142 116 116 534 140 13
Binary 110111 1 1100 0 1100010 1001110 1001110 101011100 1100000 1011

Color Harmonies of #37010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37010C

Black with #37010C

Text Example


Text Example

White with #37010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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