Html Css Color HEX #37020C Rustic Red

📋 copy color: '#37020C'

red 55 ◦ green 2 ◦ blue 12

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

Shades of Rustic Red #37020C

Tints of Rustic Red #37020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.9%

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

R = 79.71%
G = 2.9%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37020C (or 0x37020C) is known color: Rustic Red. HEX triplet: 37, 02 and 0C. RGB value is (55,2,12). Sum of RGB (Red+Green+Blue) = 55+2+12=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #37020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37020C is #C8FDF3. Grayscale: #131313. Windows color (decimal): -13172212 or 786999. OLE color: 786999.

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

Color convert

RGB 55 2 12 -
CMYK 0 0.96 0.78 0.78
HSL 348.68º 0.93% 0.11% -
HSV(B) 348.68º 0.96% 0.22% -
XYZ 1.66 0.88 0.43 -
YUV 18.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 55 2 12 0 0.96 0.78 0.78 348.68 0.93 0.11
Hex 37 2 C 0 60 4E 4E 15D 5D B
Octal 67 2 14 0 140 116 116 535 135 13
Binary 110111 10 1100 0 1100000 1001110 1001110 101011101 1011101 1011

Color Harmonies of #37020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37020C

Black with #37020C

Text Example


Text Example

White with #37020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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