Html Css Color HEX #520C00 Red Oxide

📋 copy color: '#520C00'

red 82 ◦ green 12 ◦ blue 0

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

Shades of Red Oxide #520C00

Tints of Red Oxide #520C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.23%
G = 12.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#520C00 (or 0x520C00) is known color: Red Oxide. HEX triplet: 52, 0C and 00. RGB value is (82,12,0). Sum of RGB (Red+Green+Blue) = 82+12+0=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C00 is #ADF3FF. Grayscale: #1F1F1F. Windows color (decimal): -11400192 or 3154. OLE color: 3154.

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

Color convert

RGB 82 12 0 -
CMYK 0 0.85 1 0.68
HSL 8.78º 1% 0.16% -
HSV(B) 8.78º 1% 0.32% -
XYZ 3.61 2.06 0.21 -
YUV 31.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 82 12 0 0 0.85 1 0.68 8.78 1 0.16
Hex 52 C 0 0 55 64 44 9 64 10
Octal 122 14 0 0 125 144 104 11 144 20
Binary 1010010 1100 0 0 1010101 1100100 1000100 1001 1100100 10000

Color Harmonies of #520C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C00

Black with #520C00

Text Example


Text Example

White with #520C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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