#530B05

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

Shades of Red Oxide #530B05

Tints of Red Oxide #530B05

Color information

#530B05 (or 0x530B05) is unknown color: approx Red Oxide. HEX triplet: 53, 0B and 05. RGB value is (83,11,5). Sum of RGB (Red+Green+Blue) = 83+11+5=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B05 is #ACF4FA. Grayscale: #1F1F1F. Windows color (decimal): -11334907 or 330579. OLE color: 330579.

HSL color Cylindrical-coordinate representation of color #530B05: hue angle of 4.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530B05 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83115-
CMYK00.870.940.67
HSL4.62º88.64%17.25%-
HSV(B)4.62º93.98%32.55%-
XYZ3.712.090.35-
YUV31.84112.85164.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83.84%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=83.84%
G=11.11%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8311500.870.940.674.6288.6417.25
Hex53B50575E4355911
Octal1231350127136103513121
Binary101001110111010101011110111101000011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530B05; }

 p { color: rgb(83,11,5); }

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

<style>
 a { background-color: #530B05; }

 a { background-color: rgb(83,11,5); }

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

<style>
 span { border-color: #530B05; }

 span { border-color: rgb(83,11,5); }

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