#530B09

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

Shades of Red Oxide #530B09

Tints of Red Oxide #530B09

Color information

#530B09 (or 0x530B09) is unknown color: approx Red Oxide. HEX triplet: 53, 0B and 09. RGB value is (83,11,9). Sum of RGB (Red+Green+Blue) = 83+11+9=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B09 is #ACF4F6. Grayscale: #202020. Windows color (decimal): -11334903 or 592723. OLE color: 592723.

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

Color convert

RGB83119-
CMYK00.870.890.67
HSL1.62º80.43%18.04%-
HSV(B)1.62º89.16%32.55%-
XYZ3.742.10.47-
YUV32.3114.85164.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=80.58%
G=10.68%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8311900.870.890.671.6280.4318.04
Hex53B9057594325012
Octal12313110127131103212022
Binary101001110111001010101111011001100001110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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