#5C180D

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

Shades of Red Oxide #5C180D

Tints of Red Oxide #5C180D

Color information

#5C180D (or 0x5C180D) is unknown color: approx Red Oxide. HEX triplet: 5C, 18 and 0D. RGB value is (92,24,13). Sum of RGB (Red+Green+Blue) = 92+24+13=129 (17% of max value = 765). Red value is 92 (36.33% from 255 or 71.32% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 92 - color contains mainly: red. Hex color #5C180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C180D is #A3E7F2. Grayscale: #2B2B2B. Windows color (decimal): -10741747 or 858204. OLE color: 858204.

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

Color convert

RGB922413-
CMYK00.740.860.64
HSL8.35º75.24%20.59%-
HSV(B)8.35º85.87%36.08%-
XYZ4.812.960.7-
YUV43.08111.03162.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 71.32%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=71.32%
G=18.60%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92241300.740.860.648.3575.2420.59
Hex5C18D04A564084b15
Octal134301501121261001011325
Binary101110011000110101001010101011010000001000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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