#370108

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

Shades of Rustic Red #370108

Tints of Rustic Red #370108

Color information

#370108 (or 0x370108) is unknown color: approx Rustic Red. HEX triplet: 37, 01 and 08. RGB value is (55,1,8). Sum of RGB (Red+Green+Blue) = 55+1+8=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370108 is #C8FEF7. Grayscale: #111111. Windows color (decimal): -13172472 or 524599. OLE color: 524599.

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

Color convert

RGB5518-
CMYK00.980.850.78
HSL352.22º96.43%10.98%-
HSV(B)352.22º98.18%21.57%-
XYZ1.630.850.31-
YUV17.94122.39154.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 85.94%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=85.94%
G=1.56%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal551800.980.850.78352.2296.4310.98
Hex3718062554E16060b
Octal67110014212511654014013
Binary11011111000011000101010101100111010110000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370108; }

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

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

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

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

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

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

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

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