#5C1912

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

Shades of Red Oxide #5C1912

Tints of Red Oxide #5C1912

Color information

#5C1912 (or 0x5C1912) is unknown color: approx Red Oxide. HEX triplet: 5C, 19 and 12. RGB value is (92,25,18). Sum of RGB (Red+Green+Blue) = 92+25+18=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1912 is #A3E6ED. Grayscale: #2C2C2C. Windows color (decimal): -10741486 or 1186140. OLE color: 1186140.

HSL color Cylindrical-coordinate representation of color #5C1912: hue angle of 5.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1912 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB922518-
CMYK00.730.800.64
HSL5.68º67.27%21.57%-
HSV(B)5.68º80.43%36.08%-
XYZ4.873.010.9-
YUV44.24113.2162.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 68.15%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=68.15%
G=18.52%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92251800.730.800.645.6867.2721.57
Hex5C1912049504064316
Octal13431220111120100610326
Binary101110011001100100100100110100001000000110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,25,18); }

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

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

 a { background-color: rgb(92,25,18); }

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

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

 span { border-color: rgb(92,25,18); }

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