#370814

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

Shades of Rustic Red #370814

Tints of Rustic Red #370814

Color information

#370814 (or 0x370814) is unknown color: approx Rustic Red. HEX triplet: 37, 08 and 14. RGB value is (55,8,20). Sum of RGB (Red+Green+Blue) = 55+8+20=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370814 is #C8F7EB. Grayscale: #171717. Windows color (decimal): -13170668 or 1312823. OLE color: 1312823.

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

Color convert

RGB55820-
CMYK00.850.640.78
HSL344.68º74.6%12.35%-
HSV(B)344.68º85.45%21.57%-
XYZ1.791.040.77-
YUV23.42126.07150.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=66.27%
G=9.64%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5582000.850.640.78344.6874.612.35
Hex37814055404E1594bc
Octal671024012510011653111314
Binary110111100010100010101011000000100111010101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370814; }

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

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

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

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

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

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

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

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