#360406

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

Shades of Rustic Red #360406

Tints of Rustic Red #360406

Color information

#360406 (or 0x360406) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 06. RGB value is (54,4,6). Sum of RGB (Red+Green+Blue) = 54+4+6=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360406 is #C9FBF9. Grayscale: #131313. Windows color (decimal): -13237242 or 394294. OLE color: 394294.

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

Color convert

RGB5446-
CMYK00.930.890.79
HSL357.6º86.21%11.37%-
HSV(B)357.6º92.59%21.18%-
XYZ1.60.880.26-
YUV19.18120.56152.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 84.38%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=84.38%
G=6.25%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal544600.930.890.79357.686.2111.37
Hex364605D594F16656b
Octal6646013513111754612613
Binary110110100110010111011011001100111110110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360406; }

 p { color: rgb(54,4,6); }

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

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

 a { background-color: rgb(54,4,6); }

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

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

 span { border-color: rgb(54,4,6); }

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