#370310

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

Shades of Rustic Red #370310

Tints of Rustic Red #370310

Color information

#370310 (or 0x370310) is unknown color: approx Rustic Red. HEX triplet: 37, 03 and 10. RGB value is (55,3,16). Sum of RGB (Red+Green+Blue) = 55+3+16=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370310 is #C8FCEF. Grayscale: #141414. Windows color (decimal): -13171952 or 1049399. OLE color: 1049399.

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

Color convert

RGB55316-
CMYK00.950.710.78
HSL345º89.66%11.37%-
HSV(B)345º94.55%21.57%-
XYZ1.70.910.58-
YUV20.03125.73152.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 74.32%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=74.32%
G=4.05%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5531600.950.710.7834589.6611.37
Hex3731005F474E1595ab
Octal67320013710711653113213
Binary1101111110000010111111000111100111010101100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370310; }

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

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

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

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

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

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

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

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