#361213

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

Shades of Rustic Red #361213

Tints of Rustic Red #361213

Color information

#361213 (or 0x361213) is unknown color: approx Rustic Red. HEX triplet: 36, 12 and 13. RGB value is (54,18,19). Sum of RGB (Red+Green+Blue) = 54+18+19=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361213 is #C9EDEC. Grayscale: #1C1C1C. Windows color (decimal): -13233645 or 1249846. OLE color: 1249846.

HSL color Cylindrical-coordinate representation of color #361213: hue angle of 358.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361213 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB541819-
CMYK00.670.650.79
HSL358.33º50%14.12%-
HSV(B)358.33º66.67%21.18%-
XYZ1.861.260.76-
YUV28.88122.43145.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=59.34%
G=19.78%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54181900.670.650.79358.335014.12
Hex361213043414F16632e
Octal66222301031011175466216
Binary110110100101001101000011100000110011111011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361213; }

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

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

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

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

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

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

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

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