#53180C

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

Shades of Red Oxide #53180C

Tints of Red Oxide #53180C

Color information

#53180C (or 0x53180C) is unknown color: approx Red Oxide. HEX triplet: 53, 18 and 0C. RGB value is (83,24,12). Sum of RGB (Red+Green+Blue) = 83+24+12=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53180C is #ACE7F3. Grayscale: #282828. Windows color (decimal): -11331572 or 792659. OLE color: 792659.

HSL color Cylindrical-coordinate representation of color #53180C: hue angle of 10.14º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53180C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB832412-
CMYK00.710.860.67
HSL10.14º74.74%18.63%-
HSV(B)10.14º85.54%32.55%-
XYZ3.962.520.63-
YUV40.27112.05158.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=69.75%
G=20.17%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83241200.710.860.6710.1474.7418.63
Hex5318C0475643a4b13
Octal123301401071261031211323
Binary101001111000110001000111101011010000111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53180C; }

 p { color: rgb(83,24,12); }

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

<style>
 a { background-color: #53180C; }

 a { background-color: rgb(83,24,12); }

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

<style>
 span { border-color: #53180C; }

 span { border-color: rgb(83,24,12); }

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