Html Css Color HEX #521004 Red Oxide

📋 copy color: '#521004'

red 82 ◦ green 16 ◦ blue 4

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

Shades of Red Oxide #521004

Tints of Red Oxide #521004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.92%

R = 80.39%
G = 15.69%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521004 (or 0x521004) is known color: Red Oxide. HEX triplet: 52, 10 and 04. RGB value is (82,16,4). Sum of RGB (Red+Green+Blue) = 82+16+4=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #521004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521004 is #ADEFFB. Grayscale: #222222. Windows color (decimal): -11399164 or 266322. OLE color: 266322.

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

Color convert

RGB 82 16 4 -
CMYK 0 0.80 0.95 0.68
HSL 9.23º 0.91% 0.17% -
HSV(B) 9.23º 0.95% 0.32% -
XYZ 3.69 2.17 0.34 -
YUV 34.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 82 16 4 0 0.80 0.95 0.68 9.23 0.91 0.17
Hex 52 10 4 0 50 5F 44 9 5B 11
Octal 122 20 4 0 120 137 104 11 133 21
Binary 1010010 10000 100 0 1010000 1011111 1000100 1001 1011011 10001

Color Harmonies of #521004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521004

Black with #521004

Text Example


Text Example

White with #521004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521004; }

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

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

background-color css

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

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

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

border-color css

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

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

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