#5C211D

Color #5C211D Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5C211D

Tints of Red Oxide #5C211D

Color information

#5C211D (or 0x5C211D) is unknown color: approx Red Oxide. HEX triplet: 5C, 21 and 1D. RGB value is (92,33,29). Sum of RGB (Red+Green+Blue) = 92+33+29=154 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.74% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 92 - color contains mainly: red. Hex color #5C211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C211D is #A3DEE2. Grayscale: #323232. Windows color (decimal): -10739427 or 1909084. OLE color: 1909084.

HSL color Cylindrical-coordinate representation of color #5C211D: hue angle of 3.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C211D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB923329-
CMYK00.640.680.64
HSL3.81º52.07%23.73%-
HSV(B)3.81º68.48%36.08%-
XYZ5.183.451.56-
YUV50.18116.05157.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 59.74%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=59.74%
G=21.43%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92332900.640.680.643.8152.0723.73
Hex5C211D040444043418
Octal1344135010010410046430
Binary101110010000111101010000001000100100000010011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C211D; }

 p { color: rgb(92,33,29); }

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

<style>
 a { background-color: #5C211D; }

 a { background-color: rgb(92,33,29); }

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

<style>
 span { border-color: #5C211D; }

 span { border-color: rgb(92,33,29); }

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