#531212

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

Shades of Red Oxide #531212

Tints of Red Oxide #531212

Color information

#531212 (or 0x531212) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 12. RGB value is (83,18,18). Sum of RGB (Red+Green+Blue) = 83+18+18=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #531212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531212 is #ACEDED. Grayscale: #252525. Windows color (decimal): -11333102 or 1184339. OLE color: 1184339.

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

Color convert

RGB831818-
CMYK00.780.780.67
HSL64.36%19.8%-
HSV(B)78.31%32.55%-
XYZ3.892.320.81-
YUV37.43117.03160.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=69.75%
G=15.13%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83181800.780.780.67064.3619.8
Hex53121204E4E4304014
Octal12322220116116103010024
Binary1010011100101001001001110100111010000110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531212; }

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

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

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

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

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

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

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

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