#5C190A

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

Shades of Red Oxide #5C190A

Tints of Red Oxide #5C190A

Color information

#5C190A (or 0x5C190A) is unknown color: approx Red Oxide. HEX triplet: 5C, 19 and 0A. RGB value is (92,25,10). Sum of RGB (Red+Green+Blue) = 92+25+10=127 (16% of max value = 765). Red value is 92 (36.33% from 255 or 72.44% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 92 - color contains mainly: red. Hex color #5C190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C190A is #A3E6F5. Grayscale: #2B2B2B. Windows color (decimal): -10741494 or 661852. OLE color: 661852.

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

Color convert

RGB922510-
CMYK00.730.890.64
HSL10.98º80.39%20%-
HSV(B)10.98º89.13%36.08%-
XYZ4.822.990.61-
YUV43.32109.2162.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 72.44%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=72.44%
G=19.69%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92251000.730.890.6410.9880.3920
Hex5C19A0495940b5014
Octal134311201111311001312024
Binary101110011001101001001001101100110000001011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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