Html Css Color HEX #520C04 Red Oxide

📋 copy color: '#520C04'

red 82 ◦ green 12 ◦ blue 4

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

Shades of Red Oxide #520C04

Tints of Red Oxide #520C04

RGB

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

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

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

R = 83.67%
G = 12.24%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#520C04 (or 0x520C04) is known color: Red Oxide. HEX triplet: 52, 0C and 04. RGB value is (82,12,4). Sum of RGB (Red+Green+Blue) = 82+12+4=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C04 is #ADF3FB. Grayscale: #202020. Windows color (decimal): -11400188 or 265298. OLE color: 265298.

HSL color Cylindrical-coordinate representation of color #520C04: hue angle of 6.15º 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 #520C04 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 12 4 -
CMYK 0 0.85 0.95 0.68
HSL 6.15º 0.91% 0.17% -
HSV(B) 6.15º 0.95% 0.32% -
XYZ 3.63 2.07 0.32 -
YUV 32.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 82 12 4 0 0.85 0.95 0.68 6.15 0.91 0.17
Hex 52 C 4 0 55 5F 44 6 5B 11
Octal 122 14 4 0 125 137 104 6 133 21
Binary 1010010 1100 100 0 1010101 1011111 1000100 110 1011011 10001

Color Harmonies of #520C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C04

Black with #520C04

Text Example


Text Example

White with #520C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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