#36050A

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

Shades of Rustic Red #36050A

Tints of Rustic Red #36050A

Color information

#36050A (or 0x36050A) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 0A. RGB value is (54,5,10). Sum of RGB (Red+Green+Blue) = 54+5+10=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #36050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36050A is #C9FAF5. Grayscale: #141414. Windows color (decimal): -13236982 or 656694. OLE color: 656694.

HSL color Cylindrical-coordinate representation of color #36050A: hue angle of 353.88º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36050A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB54510-
CMYK00.910.810.79
HSL353.88º83.05%11.57%-
HSV(B)353.88º90.74%21.18%-
XYZ1.630.910.38-
YUV20.22122.23152.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=78.26%
G=7.25%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451000.910.810.79353.8883.0511.57
Hex365A05B514F16253c
Octal66512013312111754212314
Binary1101101011010010110111010001100111110110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36050A; }

 p { color: rgb(54,5,10); }

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

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

 a { background-color: rgb(54,5,10); }

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

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

 span { border-color: rgb(54,5,10); }

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