#36181A

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

Shades of Rustic Red #36181A

Tints of Rustic Red #36181A

Color information

#36181A (or 0x36181A) is unknown color: approx Rustic Red. HEX triplet: 36, 18 and 1A. RGB value is (54,24,26). Sum of RGB (Red+Green+Blue) = 54+24+26=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #36181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36181A is #C9E7E5. Grayscale: #212121. Windows color (decimal): -13232102 or 1710134. OLE color: 1710134.

HSL color Cylindrical-coordinate representation of color #36181A: hue angle of 356º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36181A is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB542426-
CMYK00.560.520.79
HSL356º38.46%15.29%-
HSV(B)356º55.56%21.18%-
XYZ2.031.511.16-
YUV33.2123.94142.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 26 (10.55% from 255) = 25%
R=51.92%
G=23.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54242600.560.520.7935638.4615.29
Hex36181A038344F16426f
Octal663032070641175444617
Binary1101101100011010011100011010010011111011001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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