#370312

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

Shades of Rustic Red #370312

Tints of Rustic Red #370312

Color information

#370312 (or 0x370312) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 12. RGB value is (55,3,18). Sum of RGB (Red+Green+Blue) = 55+3+18=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370312 is #C8FCED. Grayscale: #141414. Windows color (decimal): -13171950 or 1180471. OLE color: 1180471.

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

Color convert

RGB55318-
CMYK00.950.670.78
HSL342.69º89.66%11.37%-
HSV(B)342.69º94.55%21.57%-
XYZ1.720.920.66-
YUV20.26126.73152.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=72.37%
G=3.95%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5531800.950.670.78342.6989.6611.37
Hex3731205F434E1575ab
Octal67322013710311652713213
Binary1101111110010010111111000011100111010101011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370312; }

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

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

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

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

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

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

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

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