#531302

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

Shades of Red Oxide #531302

Tints of Red Oxide #531302

Color information

#531302 (or 0x531302) is unknown color: approx Red Oxide. HEX triplet: 53, 13 and 02. RGB value is (83,19,2). Sum of RGB (Red+Green+Blue) = 83+19+2=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #531302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531302 is #ACECFD. Grayscale: #242424. Windows color (decimal): -11332862 or 136019. OLE color: 136019.

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

Color convert

RGB83192-
CMYK00.770.980.67
HSL12.59º95.29%16.67%-
HSV(B)12.59º97.59%32.55%-
XYZ3.812.310.3-
YUV36.2108.7161.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=79.81%
G=18.27%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8319200.770.980.6712.5995.2916.67
Hex5313204D6243d5f11
Octal12323201151421031513721
Binary1010011100111001001101110001010000111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531302; }

 p { color: rgb(83,19,2); }

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

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

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

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

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

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

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