#36141A

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

Shades of Rustic Red #36141A

Tints of Rustic Red #36141A

Color information

#36141A (or 0x36141A) is unknown color: approx Rustic Red. HEX triplet: 36, 14 and 1A. RGB value is (54,20,26). Sum of RGB (Red+Green+Blue) = 54+20+26=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #36141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36141A is #C9EBE5. Grayscale: #1E1E1E. Windows color (decimal): -13233126 or 1709110. OLE color: 1709110.

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

Color convert

RGB542026-
CMYK00.630.520.79
HSL349.41º45.95%14.51%-
HSV(B)349.41º62.96%21.18%-
XYZ1.961.361.14-
YUV30.85125.26144.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 26 (10.55% from 255) = 26%
R=54%
G=20%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54202600.630.520.79349.4145.9514.51
Hex36141A03F344F15d2ef
Octal662432077641175355617
Binary1101101010011010011111111010010011111010111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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