Html Css Color HEX #521003 Red Oxide

📋 copy color: '#521003'

red 82 ◦ green 16 ◦ blue 3

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

Shades of Red Oxide #521003

Tints of Red Oxide #521003

RGB

 RED value IS 82 (32.42% from 255) = 81.19%

 GREEN value IS 16 (6.64% from 255) = 15.84%

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

R = 81.19%
G = 15.84%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#521003 (or 0x521003) is known color: Red Oxide. HEX triplet: 52, 10 and 03. RGB value is (82,16,3). Sum of RGB (Red+Green+Blue) = 82+16+3=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #521003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521003 is #ADEFFC. Grayscale: #222222. Windows color (decimal): -11399165 or 200786. OLE color: 200786.

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

Color convert

RGB 82 16 3 -
CMYK 0 0.80 0.96 0.68
HSL 9.87º 0.93% 0.17% -
HSV(B) 9.87º 0.96% 0.32% -
XYZ 3.68 2.17 0.31 -
YUV 34.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 82 16 3 0 0.80 0.96 0.68 9.87 0.93 0.17
Hex 52 10 3 0 50 60 44 A 5D 11
Octal 122 20 3 0 120 140 104 12 135 21
Binary 1010010 10000 11 0 1010000 1100000 1000100 1010 1011101 10001

Color Harmonies of #521003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521003

Black with #521003

Text Example


Text Example

White with #521003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521003; }

 p { color: rgb(82,16,3); }

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

background-color css

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

 a { background-color: rgb(82,16,3); }

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

border-color css

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

 span { border-color: rgb(82,16,3); }

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