#360008

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

Shades of Rustic Red #360008

Tints of Rustic Red #360008

Color information

#360008 (or 0x360008) is unknown color: approx Rustic Red. HEX triplet: 36, 00 and 08. RGB value is (54,0,8). Sum of RGB (Red+Green+Blue) = 54+0+8=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360008 is #C9FFF7. Grayscale: #111111. Windows color (decimal): -13238264 or 524342. OLE color: 524342.

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

Color convert

RGB5408-
CMYK010.850.79
HSL351.11º100%10.59%-
HSV(B)351.11º100%21.18%-
XYZ1.570.80.3-
YUV17.06122.89154.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 87.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=87.10%
G=0%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5408010.850.79351.1110010.59
Hex3608064554F15f64b
Octal66010014412511753714413
Binary11011001000011001001010101100111110101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360008; }

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

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

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

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

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

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

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

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