#520B09

Color #520B09 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #520B09

Tints of Red Oxide #520B09

Color information

#520B09 (or 0x520B09) is unknown color: approx Red Oxide. HEX triplet: 52, 0B and 09. RGB value is (82,11,9). Sum of RGB (Red+Green+Blue) = 82+11+9=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #520B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B09 is #ADF4F6. Grayscale: #202020. Windows color (decimal): -11400439 or 592722. OLE color: 592722.

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

Color convert

RGB82119-
CMYK00.870.890.68
HSL1.64º80.22%17.84%-
HSV(B)1.64º89.02%32.16%-
XYZ3.652.050.46-
YUV32115.02163.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 80.39%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=80.39%
G=10.78%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8211900.870.890.681.6480.2217.84
Hex52B9057594425012
Octal12213110127131104212022
Binary101001010111001010101111011001100010010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #520B09;
 }
 .AnyTagClassName
 {
   color: #520B09;
 }
</style>
background-color css

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

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

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

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

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

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