#52180B

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

Shades of Red Oxide #52180B

Tints of Red Oxide #52180B

Color information

#52180B (or 0x52180B) is unknown color: approx Red Oxide. HEX triplet: 52, 18 and 0B. RGB value is (82,24,11). Sum of RGB (Red+Green+Blue) = 82+24+11=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #52180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52180B is #ADE7F4. Grayscale: #272727. Windows color (decimal): -11397109 or 727122. OLE color: 727122.

HSL color Cylindrical-coordinate representation of color #52180B: hue angle of 10.99º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52180B is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB822411-
CMYK00.710.870.68
HSL10.99º76.34%18.24%-
HSV(B)10.99º86.59%32.16%-
XYZ3.872.470.59-
YUV39.86111.72158.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=70.09%
G=20.51%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82241100.710.870.6810.9976.3418.24
Hex5218B0475744b4c12
Octal122301301071271041311422
Binary101001011000101101000111101011110001001011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52180B; }

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

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

<style>
 a { background-color: #52180B; }

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

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

<style>
 span { border-color: #52180B; }

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

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