#5C1813

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

Shades of Red Oxide #5C1813

Tints of Red Oxide #5C1813

Color information

#5C1813 (or 0x5C1813) is unknown color: approx Red Oxide. HEX triplet: 5C, 18 and 13. RGB value is (92,24,19). Sum of RGB (Red+Green+Blue) = 92+24+19=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1813 is #A3E7EC. Grayscale: #2B2B2B. Windows color (decimal): -10741741 or 1251420. OLE color: 1251420.

HSL color Cylindrical-coordinate representation of color #5C1813: hue angle of 4.11º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1813 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB922419-
CMYK00.740.790.64
HSL4.11º65.77%21.76%-
HSV(B)4.11º79.35%36.08%-
XYZ4.862.980.93-
YUV43.76114.03162.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 68.15%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=68.15%
G=17.78%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92241900.740.790.644.1165.7721.76
Hex5C181304A4F4044216
Octal13430230112117100410226
Binary101110011000100110100101010011111000000100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,24,19); }

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

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

 a { background-color: rgb(92,24,19); }

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

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

 span { border-color: rgb(92,24,19); }

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