#530A0A

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

Shades of Red Oxide #530A0A

Tints of Red Oxide #530A0A

Color information

#530A0A (or 0x530A0A) is unknown color: approx Red Oxide. HEX triplet: 53, 0A and 0A. RGB value is (83,10,10). Sum of RGB (Red+Green+Blue) = 83+10+10=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A0A is #ACF5F5. Grayscale: #1F1F1F. Windows color (decimal): -11335158 or 658003. OLE color: 658003.

HSL color Cylindrical-coordinate representation of color #530A0A: hue angle of 0º 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 #530A0A is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB831010-
CMYK00.880.880.67
HSL78.49%18.24%-
HSV(B)87.95%32.55%-
XYZ3.732.080.49-
YUV31.83115.68164.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=80.58%
G=9.71%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83101000.880.880.67078.4918.24
Hex53AA058584304e12
Octal12312120130130103011622
Binary10100111010101001011000101100010000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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