Html Css Color HEX #370C13 Rustic Red

📋 copy color: '#370C13'

red 55 ◦ green 12 ◦ blue 19

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

Shades of Rustic Red #370C13

Tints of Rustic Red #370C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 63.95%
G = 13.95%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370C13 (or 0x370C13) is known color: Rustic Red. HEX triplet: 37, 0C and 13. RGB value is (55,12,19). Sum of RGB (Red+Green+Blue) = 55+12+19=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #370C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C13 is #C8F3EC. Grayscale: #191919. Windows color (decimal): -13169645 or 1248311. OLE color: 1248311.

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

Color convert

RGB 55 12 19 -
CMYK 0 0.78 0.65 0.78
HSL 350.23º 0.64% 0.13% -
HSV(B) 350.23º 0.78% 0.22% -
XYZ 1.82 1.12 0.74 -
YUV 25.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 55 12 19 0 0.78 0.65 0.78 350.23 0.64 0.13
Hex 37 C 13 0 4E 41 4E 15E 40 D
Octal 67 14 23 0 116 101 116 536 100 15
Binary 110111 1100 10011 0 1001110 1000001 1001110 101011110 1000000 1101

Color Harmonies of #370C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C13

Black with #370C13

Text Example


Text Example

White with #370C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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