#370C14

Color #370C14 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #370C14

Tints of Rustic Red #370C14

Color information

#370C14 (or 0x370C14) is unknown color: approx Rustic Red. HEX triplet: 37, 0C and 14. RGB value is (55,12,20). Sum of RGB (Red+Green+Blue) = 55+12+20=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C14 is #C8F3EB. Grayscale: #191919. Windows color (decimal): -13169644 or 1313847. OLE color: 1313847.

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

Color convert

RGB551220-
CMYK00.780.640.78
HSL348.84º64.18%13.14%-
HSV(B)348.84º78.18%21.57%-
XYZ1.831.130.78-
YUV25.77124.75148.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=63.22%
G=13.79%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55122000.780.640.78348.8464.1813.14
Hex37C1404E404E15d40d
Octal671424011610011653510015
Binary110111110010100010011101000000100111010101110110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #370C14;
 }
 .AnyTagClassName
 {
   color: #370C14;
 }
</style>
background-color css

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

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

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

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

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

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