#53120B

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

Shades of Red Oxide #53120B

Tints of Red Oxide #53120B

Color information

#53120B (or 0x53120B) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 0B. RGB value is (83,18,11). Sum of RGB (Red+Green+Blue) = 83+18+11=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #53120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53120B is #ACEDF4. Grayscale: #242424. Windows color (decimal): -11333109 or 725587. OLE color: 725587.

HSL color Cylindrical-coordinate representation of color #53120B: hue angle of 5.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53120B is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB831811-
CMYK00.780.870.67
HSL5.83º76.6%18.43%-
HSV(B)5.83º86.75%32.55%-
XYZ3.842.30.56-
YUV36.64113.53161.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=74.11%
G=16.07%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83181100.780.870.675.8376.618.43
Hex5312B04E574364d12
Octal12322130116127103611522
Binary10100111001010110100111010101111000011110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,18,11); }

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

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

 a { background-color: rgb(83,18,11); }

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

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

 span { border-color: rgb(83,18,11); }

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