#AB070B

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

Shades of Sangria #AB070B

Tints of Sangria #AB070B

Color information

#AB070B (or 0xAB070B) is unknown color: approx Sangria. HEX triplet: AB, 07 and 0B. RGB value is (171,7,11). Sum of RGB (Red+Green+Blue) = 171+7+11=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB070B is #54F8F4. Grayscale: #383838. Windows color (decimal): -5568757 or 722859. OLE color: 722859.

HSL color Cylindrical-coordinate representation of color #AB070B: hue angle of 358.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB070B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB171711-
CMYK00.960.940.33
HSL358.54º92.13%34.9%-
HSV(B)358.54º95.91%67.06%-
XYZ16.938.831.13-
YUV56.49102.33209.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 90.48%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=90.48%
G=3.70%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17171100.960.940.33358.5492.1334.9
HexAB7B0605E211675c23
Octal25371301401364154713443
Binary1010101111110110110000010111101000011011001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB070B; }

 p { color: rgb(171,7,11); }

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

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

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

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

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

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

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