#53100B

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

Shades of Red Oxide #53100B

Tints of Red Oxide #53100B

Color information

#53100B (or 0x53100B) is unknown color: approx Red Oxide. HEX triplet: 53, 10 and 0B. RGB value is (83,16,11). Sum of RGB (Red+Green+Blue) = 83+16+11=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #53100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53100B is #ACEFF4. Grayscale: #232323. Windows color (decimal): -11333621 or 725075. OLE color: 725075.

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

Color convert

RGB831611-
CMYK00.810.870.67
HSL4.17º76.6%18.43%-
HSV(B)4.17º86.75%32.55%-
XYZ3.812.230.55-
YUV35.46114.2161.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 11 (4.69% from 255) = 10%
R=75.45%
G=14.55%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83161100.810.870.674.1776.618.43
Hex5310B051574344d12
Octal12320130121127103411522
Binary10100111000010110101000110101111000011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53100B; }

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

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

<style>
 a { background-color: #53100B; }

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

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

<style>
 span { border-color: #53100B; }

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

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