#5C0908

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

Shades of Red Oxide #5C0908

Tints of Red Oxide #5C0908

Color information

#5C0908 (or 0x5C0908) is unknown color: approx Red Oxide. HEX triplet: 5C, 09 and 08. RGB value is (92,9,8). Sum of RGB (Red+Green+Blue) = 92+9+8=109 (14% of max value = 765). Red value is 92 (36.33% from 255 or 84.40% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0908 is #A3F6F7. Grayscale: #212121. Windows color (decimal): -10745592 or 526684. OLE color: 526684.

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

Color convert

RGB9298-
CMYK00.900.910.64
HSL0.71º84%19.61%-
HSV(B)0.71º91.3%36.08%-
XYZ4.562.490.47-
YUV33.7113.5169.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 84.40%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=84.40%
G=8.26%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal929800.900.910.640.718419.61
Hex5C9805A5B4015414
Octal13411100132133100112424
Binary10111001001100001011010101101110000001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,8); }

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

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

 a { background-color: rgb(92,9,8); }

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

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

 span { border-color: rgb(92,9,8); }

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