#530B0A

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

Shades of Red Oxide #530B0A

Tints of Red Oxide #530B0A

Color information

#530B0A (or 0x530B0A) is unknown color: approx Red Oxide. HEX triplet: 53, 0B and 0A. RGB value is (83,11,10). Sum of RGB (Red+Green+Blue) = 83+11+10=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B0A is #ACF4F5. Grayscale: #202020. Windows color (decimal): -11334902 or 658259. OLE color: 658259.

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

Color convert

RGB831110-
CMYK00.870.880.67
HSL0.82º78.49%18.24%-
HSV(B)0.82º87.95%32.55%-
XYZ3.742.10.5-
YUV32.41115.35164.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=79.81%
G=10.58%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83111000.870.880.670.8278.4918.24
Hex53BA057584314e12
Octal12313120127130103111622
Binary10100111011101001010111101100010000111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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