#360308

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

Shades of Rustic Red #360308

Tints of Rustic Red #360308

Color information

#360308 (or 0x360308) is unknown color: approx Rustic Red. HEX triplet: 36, 03 and 08. RGB value is (54,3,8). Sum of RGB (Red+Green+Blue) = 54+3+8=65 (8% of max value = 765). Red value is 54 (21.48% from 255 or 83.08% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 54 - color contains mainly: red. Hex color #360308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360308 is #C9FCF7. Grayscale: #121212. Windows color (decimal): -13237496 or 525110. OLE color: 525110.

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

Color convert

RGB5438-
CMYK00.940.850.79
HSL354.12º89.47%11.18%-
HSV(B)354.12º94.44%21.18%-
XYZ1.60.870.31-
YUV18.82121.9153.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 83.08%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=83.08%
G=4.62%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal543800.940.850.79354.1289.4711.18
Hex363805E554F16259b
Octal66310013612511754213113
Binary110110111000010111101010101100111110110001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360308; }

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

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

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

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

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

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

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

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