#370112

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

Shades of Rustic Red #370112

Tints of Rustic Red #370112

Color information

#370112 (or 0x370112) is unknown color: approx Rustic Red. HEX triplet: 37, 01 and 12. RGB value is (55,1,18). Sum of RGB (Red+Green+Blue) = 55+1+18=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370112 is #C8FEED. Grayscale: #131313. Windows color (decimal): -13172462 or 1179959. OLE color: 1179959.

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

Color convert

RGB55118-
CMYK00.980.670.78
HSL341.11º96.43%10.98%-
HSV(B)341.11º98.18%21.57%-
XYZ1.70.880.65-
YUV19.08127.39153.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 74.32%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=74.32%
G=1.35%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5511800.980.670.78341.1196.4310.98
Hex37112062434E15560b
Octal67122014210311652514013
Binary110111110010011000101000011100111010101010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370112; }

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

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

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

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

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

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

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

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