#36091A

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

Shades of Rustic Red #36091A

Tints of Rustic Red #36091A

Color information

#36091A (or 0x36091A) is unknown color: approx Rustic Red. HEX triplet: 36, 09 and 1A. RGB value is (54,9,26). Sum of RGB (Red+Green+Blue) = 54+9+26=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #36091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36091A is #C9F6E5. Grayscale: #181818. Windows color (decimal): -13235942 or 1706294. OLE color: 1706294.

HSL color Cylindrical-coordinate representation of color #36091A: hue angle of 337.33º 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 #36091A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB54926-
CMYK00.830.520.79
HSL337.33º71.43%12.35%-
HSV(B)337.33º83.33%21.18%-
XYZ1.811.051.09-
YUV24.39128.91149.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=60.67%
G=10.11%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5492600.830.520.79337.3371.4312.35
Hex3691A053344F15147c
Octal66113201236411752110714
Binary11011010011101001010011110100100111110101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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