Html Css Color HEX #370C15 Rustic Red

📋 copy color: '#370C15'

red 55 ◦ green 12 ◦ blue 21

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

Shades of Rustic Red #370C15

Tints of Rustic Red #370C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.86%

R = 62.5%
G = 13.64%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#370C15 (or 0x370C15) is known color: Rustic Red. HEX triplet: 37, 0C and 15. RGB value is (55,12,21). Sum of RGB (Red+Green+Blue) = 55+12+21=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #370C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C15 is #C8F3EA. Grayscale: #191919. Windows color (decimal): -13169643 or 1379383. OLE color: 1379383.

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

Color convert

RGB 55 12 21 -
CMYK 0 0.78 0.62 0.78
HSL 347.44º 0.64% 0.13% -
HSV(B) 347.44º 0.78% 0.22% -
XYZ 1.84 1.13 0.83 -
YUV 25.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 55 12 21 0 0.78 0.62 0.78 347.44 0.64 0.13
Hex 37 C 15 0 4E 3E 4E 15B 40 D
Octal 67 14 25 0 116 76 116 533 100 15
Binary 110111 1100 10101 0 1001110 111110 1001110 101011011 1000000 1101

Color Harmonies of #370C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C15

Black with #370C15

Text Example


Text Example

White with #370C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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