#5D180B

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

Shades of Red Oxide #5D180B

Tints of Red Oxide #5D180B

Color information

#5D180B (or 0x5D180B) is unknown color: approx Red Oxide. HEX triplet: 5D, 18 and 0B. RGB value is (93,24,11). Sum of RGB (Red+Green+Blue) = 93+24+11=128 (16% of max value = 765). Red value is 93 (36.72% from 255 or 72.66% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 93 - color contains mainly: red. Hex color #5D180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D180B is #A2E7F4. Grayscale: #2B2B2B. Windows color (decimal): -10676213 or 727133. OLE color: 727133.

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

Color convert

RGB932411-
CMYK00.740.880.64
HSL9.51º78.85%20.39%-
HSV(B)9.51º88.17%36.47%-
XYZ4.930.64-
YUV43.15109.86163.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 72.66%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=72.66%
G=18.75%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93241100.740.880.649.5178.8520.39
Hex5D18B04A5840a4f14
Octal135301301121301001211724
Binary101110111000101101001010101100010000001010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,24,11); }

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

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

 a { background-color: rgb(93,24,11); }

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

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

 span { border-color: rgb(93,24,11); }

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