#370819

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

Shades of Rustic Red #370819

Tints of Rustic Red #370819

Color information

#370819 (or 0x370819) is unknown color: approx Rustic Red. HEX triplet: 37, 08 and 19. RGB value is (55,8,25). Sum of RGB (Red+Green+Blue) = 55+8+25=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #370819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370819 is #C8F7E6. Grayscale: #171717. Windows color (decimal): -13170663 or 1640503. OLE color: 1640503.

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

Color convert

RGB55825-
CMYK00.850.550.78
HSL338.3º74.6%12.35%-
HSV(B)338.3º85.45%21.57%-
XYZ1.841.061.03-
YUV23.99128.57150.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 62.5%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=62.5%
G=9.09%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5582500.850.550.78338.374.612.35
Hex37819055374E1524bc
Octal67103101256711652211314
Binary11011110001100101010101110111100111010101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370819; }

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

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

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

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

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

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

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

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