#36151A

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

Shades of Rustic Red #36151A

Tints of Rustic Red #36151A

Color information

#36151A (or 0x36151A) is unknown color: approx Rustic Red. HEX triplet: 36, 15 and 1A. RGB value is (54,21,26). Sum of RGB (Red+Green+Blue) = 54+21+26=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36151A is #C9EAE5. Grayscale: #1F1F1F. Windows color (decimal): -13232870 or 1709366. OLE color: 1709366.

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

Color convert

RGB542126-
CMYK00.610.520.79
HSL350.91º44%14.71%-
HSV(B)350.91º61.11%21.18%-
XYZ1.981.41.14-
YUV31.44124.93144.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=53.47%
G=20.79%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54212600.610.520.79350.914414.71
Hex36151A03D344F15f2cf
Octal662532075641175375417
Binary1101101010111010011110111010010011111010111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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