#370514

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

Shades of Rustic Red #370514

Tints of Rustic Red #370514

Color information

#370514 (or 0x370514) is unknown color: approx Rustic Red. HEX triplet: 37, 05 and 14. RGB value is (55,5,20). Sum of RGB (Red+Green+Blue) = 55+5+20=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370514 is #C8FAEB. Grayscale: #151515. Windows color (decimal): -13171436 or 1312055. OLE color: 1312055.

HSL color Cylindrical-coordinate representation of color #370514: hue angle of 342º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370514 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB55520-
CMYK00.910.640.78
HSL342º83.33%11.76%-
HSV(B)342º90.91%21.57%-
XYZ1.760.970.76-
YUV21.66127.06151.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 68.75%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 20 (8.20% from 255) = 25%
R=68.75%
G=6.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552000.910.640.7834283.3311.76
Hex3751405B404E15653c
Octal67524013310011652612314
Binary11011110110100010110111000000100111010101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370514; }

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

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

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

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

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

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

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

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