#360213

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

Shades of Rustic Red #360213

Tints of Rustic Red #360213

Color information

#360213 (or 0x360213) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 13. RGB value is (54,2,19). Sum of RGB (Red+Green+Blue) = 54+2+19=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360213 is #C9FDEC. Grayscale: #131313. Windows color (decimal): -13237741 or 1245750. OLE color: 1245750.

HSL color Cylindrical-coordinate representation of color #360213: hue angle of 340.38º 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 #360213 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB54219-
CMYK00.960.650.79
HSL340.38º92.86%10.98%-
HSV(B)340.38º96.3%21.18%-
XYZ1.660.870.7-
YUV19.49127.73152.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=72%
G=2.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5421900.960.650.79340.3892.8610.98
Hex36213060414F1545db
Octal66223014010111752413513
Binary1101101010011011000001000001100111110101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360213; }

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

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

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

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

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

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

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

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