#5C1506

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

Shades of Red Oxide #5C1506

Tints of Red Oxide #5C1506

Color information

#5C1506 (or 0x5C1506) is unknown color: approx Red Oxide. HEX triplet: 5C, 15 and 06. RGB value is (92,21,6). Sum of RGB (Red+Green+Blue) = 92+21+6=119 (15% of max value = 765). Red value is 92 (36.33% from 255 or 77.31% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1506 is #A3EAF9. Grayscale: #282828. Windows color (decimal): -10742522 or 398684. OLE color: 398684.

HSL color Cylindrical-coordinate representation of color #5C1506: hue angle of 10.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C1506 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB92216-
CMYK00.770.930.64
HSL10.47º87.76%19.22%-
HSV(B)10.47º93.48%36.08%-
XYZ4.712.820.47-
YUV40.52108.52164.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 77.31%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=77.31%
G=17.65%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9221600.770.930.6410.4787.7619.22
Hex5C15604D5D40a5813
Octal13425601151351001213023
Binary10111001010111001001101101110110000001010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,21,6); }

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

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

 a { background-color: rgb(92,21,6); }

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

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

 span { border-color: rgb(92,21,6); }

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