#5C120A

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

Shades of Red Oxide #5C120A

Tints of Red Oxide #5C120A

Color information

#5C120A (or 0x5C120A) is unknown color: approx Red Oxide. HEX triplet: 5C, 12 and 0A. RGB value is (92,18,10). Sum of RGB (Red+Green+Blue) = 92+18+10=120 (15% of max value = 765). Red value is 92 (36.33% from 255 or 76.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 92 - color contains mainly: red. Hex color #5C120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C120A is #A3EDF5. Grayscale: #272727. Windows color (decimal): -10743286 or 660060. OLE color: 660060.

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

Color convert

RGB921810-
CMYK00.800.890.64
HSL5.85º80.39%20%-
HSV(B)5.85º89.13%36.08%-
XYZ4.682.730.57-
YUV39.21111.52165.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 76.67%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=76.67%
G=15%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92181000.800.890.645.8580.3920
Hex5C12A050594065014
Octal13422120120131100612024
Binary10111001001010100101000010110011000000110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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