Html Css Color HEX #520C08 Red Oxide

📋 copy color: '#520C08'

red 82 ◦ green 12 ◦ blue 8

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

Shades of Red Oxide #520C08

Tints of Red Oxide #520C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.84%

R = 80.39%
G = 11.76%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#520C08 (or 0x520C08) is known color: Red Oxide. HEX triplet: 52, 0C and 08. RGB value is (82,12,8). Sum of RGB (Red+Green+Blue) = 82+12+8=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #520C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C08 is #ADF3F7. Grayscale: #202020. Windows color (decimal): -11400184 or 527442. OLE color: 527442.

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

Color convert

RGB 82 12 8 -
CMYK 0 0.85 0.90 0.68
HSL 3.24º 0.82% 0.18% -
HSV(B) 3.24º 0.9% 0.32% -
XYZ 3.65 2.07 0.44 -
YUV 32.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 82 12 8 0 0.85 0.90 0.68 3.24 0.82 0.18
Hex 52 C 8 0 55 5A 44 3 52 12
Octal 122 14 10 0 125 132 104 3 122 22
Binary 1010010 1100 1000 0 1010101 1011010 1000100 11 1010010 10010

Color Harmonies of #520C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C08

Black with #520C08

Text Example


Text Example

White with #520C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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