Html Css Color HEX #370212 Rustic Red

📋 copy color: '#370212'

red 55 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #370212

Tints of Rustic Red #370212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24%

R = 73.33%
G = 2.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370212 (or 0x370212) is known color: Rustic Red. HEX triplet: 37, 02 and 12. RGB value is (55,2,18). Sum of RGB (Red+Green+Blue) = 55+2+18=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370212 is #C8FDED. Grayscale: #131313. Windows color (decimal): -13172206 or 1180215. OLE color: 1180215.

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

Color convert

RGB 55 2 18 -
CMYK 0 0.96 0.67 0.78
HSL 341.89º 0.93% 0.11% -
HSV(B) 341.89º 0.96% 0.22% -
XYZ 1.71 0.9 0.66 -
YUV 19.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 55 2 18 0 0.96 0.67 0.78 341.89 0.93 0.11
Hex 37 2 12 0 60 43 4E 156 5D B
Octal 67 2 22 0 140 103 116 526 135 13
Binary 110111 10 10010 0 1100000 1000011 1001110 101010110 1011101 1011

Color Harmonies of #370212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370212

Black with #370212

Text Example


Text Example

White with #370212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370212; }

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

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

background-color css

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

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

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

border-color css

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

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

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