Html Css Color HEX #520C09 Red Oxide

📋 copy color: '#520C09'

red 82 ◦ green 12 ◦ blue 9

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

Shades of Red Oxide #520C09

Tints of Red Oxide #520C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.65%

 BLUE value IS 9 (3.91% from 255) = 8.74%

R = 79.61%
G = 11.65%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#520C09 (or 0x520C09) is known color: Red Oxide. HEX triplet: 52, 0C and 09. RGB value is (82,12,9). Sum of RGB (Red+Green+Blue) = 82+12+9=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C09 is #ADF3F6. Grayscale: #202020. Windows color (decimal): -11400183 or 592978. OLE color: 592978.

HSL color Cylindrical-coordinate representation of color #520C09: hue angle of 2.47º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520C09 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 12 9 -
CMYK 0 0.85 0.89 0.68
HSL 2.47º 0.8% 0.18% -
HSV(B) 2.47º 0.89% 0.32% -
XYZ 3.66 2.08 0.47 -
YUV 32.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 82 12 9 0 0.85 0.89 0.68 2.47 0.8 0.18
Hex 52 C 9 0 55 59 44 2 50 12
Octal 122 14 11 0 125 131 104 2 120 22
Binary 1010010 1100 1001 0 1010101 1011001 1000100 10 1010000 10010

Color Harmonies of #520C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C09

Black with #520C09

Text Example


Text Example

White with #520C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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