#370114

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

Shades of Rustic Red #370114

Tints of Rustic Red #370114

Color information

#370114 (or 0x370114) is unknown color: approx Rustic Red. HEX triplet: 37, 01 and 14. RGB value is (55,1,20). Sum of RGB (Red+Green+Blue) = 55+1+20=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370114 is #C8FEEB. Grayscale: #131313. Windows color (decimal): -13172460 or 1311031. OLE color: 1311031.

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

Color convert

RGB55120-
CMYK00.980.640.78
HSL338.89º96.43%10.98%-
HSV(B)338.89º98.18%21.57%-
XYZ1.710.880.74-
YUV19.31128.39153.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=72.37%
G=1.32%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5512000.980.640.78338.8996.4310.98
Hex37114062404E15360b
Octal67124014210011652314013
Binary110111110100011000101000000100111010101001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370114; }

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

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

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

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

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

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

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

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