Html Css Color HEX #531203 Red Oxide

📋 copy color: '#531203'

red 83 ◦ green 18 ◦ blue 3

#531203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #531203

Tints of Red Oxide #531203

RGB

 RED value IS 83 (32.81% from 255) = 79.81%

 GREEN value IS 18 (7.42% from 255) = 17.31%

 BLUE value IS 3 (1.56% from 255) = 2.88%

R = 79.81%
G = 17.31%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#531203 (or 0x531203) is known color: Red Oxide. HEX triplet: 53, 12 and 03. RGB value is (83,18,3). Sum of RGB (Red+Green+Blue) = 83+18+3=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #531203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531203 is #ACEDFC. Grayscale: #232323. Windows color (decimal): -11333117 or 201299. OLE color: 201299.

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

Color convert

RGB 83 18 3 -
CMYK 0 0.78 0.96 0.67
HSL 11.25º 0.93% 0.17% -
HSV(B) 11.25º 0.96% 0.33% -
XYZ 3.8 2.28 0.33 -
YUV 35.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 83 18 3 0 0.78 0.96 0.67 11.25 0.93 0.17
Hex 53 12 3 0 4E 60 43 B 5D 11
Octal 123 22 3 0 116 140 103 13 135 21
Binary 1010011 10010 11 0 1001110 1100000 1000011 1011 1011101 10001

Color Harmonies of #531203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531203

Black with #531203

Text Example


Text Example

White with #531203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531203; }

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

 H1.HeaderClassName
 {
   color: #531203;
 }
 .AnyTagClassName
 {
   color: #531203;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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