#52130B

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

Shades of Red Oxide #52130B

Tints of Red Oxide #52130B

Color information

#52130B (or 0x52130B) is unknown color: approx Red Oxide. HEX triplet: 52, 13 and 0B. RGB value is (82,19,11). Sum of RGB (Red+Green+Blue) = 82+19+11=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #52130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52130B is #ADECF4. Grayscale: #252525. Windows color (decimal): -11398389 or 725842. OLE color: 725842.

HSL color Cylindrical-coordinate representation of color #52130B: hue angle of 6.76º 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 #52130B is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB821911-
CMYK00.770.870.68
HSL6.76º76.34%18.24%-
HSV(B)6.76º86.59%32.16%-
XYZ3.772.280.56-
YUV36.92113.37160.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.21%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=73.21%
G=16.96%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82191100.770.870.686.7676.3418.24
Hex5213B04D574474c12
Octal12223130115127104711422
Binary10100101001110110100110110101111000100111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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