Html Css Color HEX #370C12 Rustic Red

📋 copy color: '#370C12'

red 55 ◦ green 12 ◦ blue 18

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

Shades of Rustic Red #370C12

Tints of Rustic Red #370C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.12%

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

R = 64.71%
G = 14.12%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370C12 (or 0x370C12) is known color: Rustic Red. HEX triplet: 37, 0C and 12. RGB value is (55,12,18). Sum of RGB (Red+Green+Blue) = 55+12+18=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C12 is #C8F3ED. Grayscale: #191919. Windows color (decimal): -13169646 or 1182775. OLE color: 1182775.

HSL color Cylindrical-coordinate representation of color #370C12: hue angle of 351.63º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C12 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 12 18 -
CMYK 0 0.78 0.67 0.78
HSL 351.63º 0.64% 0.13% -
HSV(B) 351.63º 0.78% 0.22% -
XYZ 1.82 1.12 0.69 -
YUV 25.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 55 12 18 0 0.78 0.67 0.78 351.63 0.64 0.13
Hex 37 C 12 0 4E 43 4E 160 40 D
Octal 67 14 22 0 116 103 116 540 100 15
Binary 110111 1100 10010 0 1001110 1000011 1001110 101100000 1000000 1101

Color Harmonies of #370C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C12

Black with #370C12

Text Example


Text Example

White with #370C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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