#370613

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

Shades of Rustic Red #370613

Tints of Rustic Red #370613

Color information

#370613 (or 0x370613) is unknown color: approx Rustic Red. HEX triplet: 37, 06 and 13. RGB value is (55,6,19). Sum of RGB (Red+Green+Blue) = 55+6+19=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370613 is #C8F9EC. Grayscale: #161616. Windows color (decimal): -13171181 or 1246775. OLE color: 1246775.

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

Color convert

RGB55619-
CMYK00.890.650.78
HSL344.08º80.33%11.96%-
HSV(B)344.08º89.09%21.57%-
XYZ1.760.990.71-
YUV22.13126.23151.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 68.75%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=68.75%
G=7.5%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5561900.890.650.78344.0880.3311.96
Hex37613059414E15850c
Octal67623013110111653012014
Binary11011111010011010110011000001100111010101100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370613; }

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

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

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

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

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

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

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

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