#5C100D

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

Shades of Red Oxide #5C100D

Tints of Red Oxide #5C100D

Color information

#5C100D (or 0x5C100D) is unknown color: approx Red Oxide. HEX triplet: 5C, 10 and 0D. RGB value is (92,16,13). Sum of RGB (Red+Green+Blue) = 92+16+13=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C100D is #A3EFF2. Grayscale: #262626. Windows color (decimal): -10743795 or 856156. OLE color: 856156.

HSL color Cylindrical-coordinate representation of color #5C100D: hue angle of 2.28º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C100D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB921613-
CMYK00.830.860.64
HSL2.28º75.24%20.59%-
HSV(B)2.28º85.87%36.08%-
XYZ4.672.670.65-
YUV38.38113.68166.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 76.03%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=76.03%
G=13.22%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92161300.830.860.642.2875.2420.59
Hex5C10D053564024b15
Octal13420150123126100211325
Binary1011100100001101010100111010110100000010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,16,13); }

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

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

 a { background-color: rgb(92,16,13); }

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

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

 span { border-color: rgb(92,16,13); }

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