#36090A

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

Shades of Rustic Red #36090A

Tints of Rustic Red #36090A

Color information

#36090A (or 0x36090A) is unknown color: approx Rustic Red. HEX triplet: 36, 09 and 0A. RGB value is (54,9,10). Sum of RGB (Red+Green+Blue) = 54+9+10=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #36090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36090A is #C9F6F5. Grayscale: #161616. Windows color (decimal): -13235958 or 657718. OLE color: 657718.

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

Color convert

RGB54910-
CMYK00.830.810.79
HSL358.67º71.43%12.35%-
HSV(B)358.67º83.33%21.18%-
XYZ1.6710.39-
YUV22.57120.91150.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=73.97%
G=12.33%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5491000.830.810.79358.6771.4312.35
Hex369A053514F16747c
Octal661112012312111754710714
Binary11011010011010010100111010001100111110110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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