#530B0B

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

Shades of Red Oxide #530B0B

Tints of Red Oxide #530B0B

Color information

#530B0B (or 0x530B0B) is unknown color: approx Red Oxide. HEX triplet: 53, 0B and 0B. RGB value is (83,11,11). Sum of RGB (Red+Green+Blue) = 83+11+11=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B0B is #ACF4F4. Grayscale: #202020. Windows color (decimal): -11334901 or 723795. OLE color: 723795.

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

Color convert

RGB831111-
CMYK00.870.870.67
HSL76.6%18.43%-
HSV(B)86.75%32.55%-
XYZ3.752.10.52-
YUV32.53115.85164-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.05%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=79.05%
G=10.48%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83111100.870.870.67076.618.43
Hex53BB057574304d12
Octal12313130127127103011522
Binary10100111011101101010111101011110000110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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