#371618

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

Shades of Rustic Red #371618

Tints of Rustic Red #371618

Color information

#371618 (or 0x371618) is unknown color: approx Rustic Red. HEX triplet: 37, 16 and 18. RGB value is (55,22,24). Sum of RGB (Red+Green+Blue) = 55+22+24=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #371618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371618 is #C8E9E7. Grayscale: #202020. Windows color (decimal): -13167080 or 1578551. OLE color: 1578551.

HSL color Cylindrical-coordinate representation of color #371618: hue angle of 356.36º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371618 is Cyan = 0, Magento = 0.6, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB552224-
CMYK00.60.560.78
HSL356.36º42.86%15.1%-
HSV(B)356.36º60%21.57%-
XYZ2.031.451.04-
YUV32.1123.43144.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 54.46%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=54.46%
G=21.78%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55222400.60.560.78356.3642.8615.1
Hex37161803C384E1642bf
Octal672630074701165445317
Binary1101111011011000011110011100010011101011001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371618; }

 p { color: rgb(55,22,24); }

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

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

 a { background-color: rgb(55,22,24); }

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

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

 span { border-color: rgb(55,22,24); }

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