#5C0B0A

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

Shades of Red Oxide #5C0B0A

Tints of Red Oxide #5C0B0A

Color information

#5C0B0A (or 0x5C0B0A) is unknown color: approx Red Oxide. HEX triplet: 5C, 0B and 0A. RGB value is (92,11,10). Sum of RGB (Red+Green+Blue) = 92+11+10=113 (14% of max value = 765). Red value is 92 (36.33% from 255 or 81.42% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0B0A is #A3F4F5. Grayscale: #232323. Windows color (decimal): -10745078 or 658268. OLE color: 658268.

HSL color Cylindrical-coordinate representation of color #5C0B0A: hue angle of 0.73º 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 #5C0B0A is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB921110-
CMYK00.880.890.64
HSL0.73º80.39%20%-
HSV(B)0.73º89.13%36.08%-
XYZ4.592.540.53-
YUV35.1113.84168.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 81.42%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=81.42%
G=9.73%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92111000.880.890.640.7380.3920
Hex5CBA058594015014
Octal13413120130131100112024
Binary10111001011101001011000101100110000001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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