#5C1603

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

Shades of Red Oxide #5C1603

Tints of Red Oxide #5C1603

Color information

#5C1603 (or 0x5C1603) is unknown color: approx Red Oxide. HEX triplet: 5C, 16 and 03. RGB value is (92,22,3). Sum of RGB (Red+Green+Blue) = 92+22+3=117 (15% of max value = 765). Red value is 92 (36.33% from 255 or 78.63% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1603 is #A3E9FC. Grayscale: #282828. Windows color (decimal): -10742269 or 202332. OLE color: 202332.

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

Color convert

RGB92223-
CMYK00.760.970.64
HSL12.81º93.68%18.63%-
HSV(B)12.81º96.74%36.08%-
XYZ4.722.860.39-
YUV40.76106.69164.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 78.63%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=78.63%
G=18.80%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9222300.760.970.6412.8193.6818.63
Hex5C16304C6140d5e13
Octal13426301141411001513623
Binary1011100101101101001100110000110000001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,22,3); }

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

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

 a { background-color: rgb(92,22,3); }

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

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

 span { border-color: rgb(92,22,3); }

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