Html Css Color HEX #520902 Red Oxide

📋 copy color: '#520902'

red 82 ◦ green 9 ◦ blue 2

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

Shades of Red Oxide #520902

Tints of Red Oxide #520902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

 BLUE value IS 2 (1.17% from 255) = 2.15%

R = 88.17%
G = 9.68%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#520902 (or 0x520902) is known color: Red Oxide. HEX triplet: 52, 09 and 02. RGB value is (82,9,2). Sum of RGB (Red+Green+Blue) = 82+9+2=93 (12% of max value = 765). Red value is 82 (32.42% from 255 or 88.17% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 82 - color contains mainly: red. Hex color #520902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520902 is #ADF6FD. Grayscale: #1E1E1E. Windows color (decimal): -11400958 or 133458. OLE color: 133458.

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

Color convert

RGB 82 9 2 -
CMYK 0 0.89 0.98 0.68
HSL 5.25º 0.95% 0.16% -
HSV(B) 5.25º 0.98% 0.32% -
XYZ 3.59 1.99 0.25 -
YUV 30.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 82 9 2 0 0.89 0.98 0.68 5.25 0.95 0.16
Hex 52 9 2 0 59 62 44 5 5F 10
Octal 122 11 2 0 131 142 104 5 137 20
Binary 1010010 1001 10 0 1011001 1100010 1000100 101 1011111 10000

Color Harmonies of #520902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520902

Black with #520902

Text Example


Text Example

White with #520902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520902; }

 p { color: rgb(82,9,2); }

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

background-color css

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

 a { background-color: rgb(82,9,2); }

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

border-color css

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

 span { border-color: rgb(82,9,2); }

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