#A4000B

Color #A4000B Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #A4000B

Tints of Sangria #A4000B

Color information

#A4000B (or 0xA4000B) is unknown color: approx Sangria. HEX triplet: A4, 00 and 0B. RGB value is (164,0,11). Sum of RGB (Red+Green+Blue) = 164+0+11=175 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.71% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 164 - color contains mainly: red. Hex color #A4000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4000B is #5BFFF4. Grayscale: #323232. Windows color (decimal): -6029301 or 721060. OLE color: 721060.

HSL color Cylindrical-coordinate representation of color #A4000B: hue angle of 355.98º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB164011-
CMYK010.930.36
HSL355.98º100%32.16%-
HSV(B)355.98º100%64.31%-
XYZ15.377.921.03-
YUV50.29105.83209.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 93.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 6.29%
R=93.71%
G=0%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164011010.930.36355.9810032.16
HexA40B0645D241646420
Octal24401301441354454414440
Binary10100100010110110010010111011001001011001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4000B; }

 p { color: rgb(164,0,11); }

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

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

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

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

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

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

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