Html Css Color HEX #370C10 Rustic Red

📋 copy color: '#370C10'

red 55 ◦ green 12 ◦ blue 16

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

Shades of Rustic Red #370C10

Tints of Rustic Red #370C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.28%

R = 66.27%
G = 14.46%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#370C10 (or 0x370C10) is known color: Rustic Red. HEX triplet: 37, 0C and 10. RGB value is (55,12,16). Sum of RGB (Red+Green+Blue) = 55+12+16=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C10 is #C8F3EF. Grayscale: #191919. Windows color (decimal): -13169648 or 1051703. OLE color: 1051703.

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

Color convert

RGB 55 12 16 -
CMYK 0 0.78 0.71 0.78
HSL 354.42º 0.64% 0.13% -
HSV(B) 354.42º 0.78% 0.22% -
XYZ 1.8 1.11 0.61 -
YUV 25.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 55 12 16 0 0.78 0.71 0.78 354.42 0.64 0.13
Hex 37 C 10 0 4E 47 4E 162 40 D
Octal 67 14 20 0 116 107 116 542 100 15
Binary 110111 1100 10000 0 1001110 1000111 1001110 101100010 1000000 1101

Color Harmonies of #370C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C10

Black with #370C10

Text Example


Text Example

White with #370C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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