#360208

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

Shades of Rustic Red #360208

Tints of Rustic Red #360208

Color information

#360208 (or 0x360208) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 08. RGB value is (54,2,8). Sum of RGB (Red+Green+Blue) = 54+2+8=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360208 is #C9FDF7. Grayscale: #121212. Windows color (decimal): -13237752 or 524854. OLE color: 524854.

HSL color Cylindrical-coordinate representation of color #360208: hue angle of 353.08º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360208 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB5428-
CMYK00.960.850.79
HSL353.08º92.86%10.98%-
HSV(B)353.08º96.3%21.18%-
XYZ1.590.850.31-
YUV18.23122.23153.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 84.38%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=84.38%
G=3.12%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal542800.960.850.79353.0892.8610.98
Hex3628060554F1615db
Octal66210014012511754113513
Binary110110101000011000001010101100111110110000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360208; }

 p { color: rgb(54,2,8); }

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

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

 a { background-color: rgb(54,2,8); }

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

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

 span { border-color: rgb(54,2,8); }

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