Html Css Color HEX #AC000B Sangria

📋 copy color: '#AC000B'

red 172 ◦ green 0 ◦ blue 11

#AC000B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #AC000B

Tints of Sangria #AC000B

RGB

 RED value IS 172 (67.58% from 255) = 93.99%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 6.01%

R = 93.99%
G = 0%
B = 6.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC000B (or 0xAC000B) is known color: Sangria. HEX triplet: AC, 00 and 0B. RGB value is (172,0,11). Sum of RGB (Red+Green+Blue) = 172+0+11=183 (24% of max value = 765). Red value is 172 (67.58% from 255 or 93.99% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 172 - color contains mainly: red. Hex color #AC000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC000B is #53FFF4. Grayscale: #343434. Windows color (decimal): -5505013 or 721068. OLE color: 721068.

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

Color convert

RGB 172 0 11 -
CMYK 0 1 0.94 0.33
HSL 356.16º 1% 0.34% -
HSV(B) 356.16º 1% 0.67% -
XYZ 17.07 8.79 1.11 -
YUV 52.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 172 0 11 0 1 0.94 0.33 356.16 1 0.34
Hex AC 0 B 0 64 5E 21 164 64 22
Octal 254 0 13 0 144 136 41 544 144 42
Binary 10101100 0 1011 0 1100100 1011110 100001 101100100 1100100 100010

Color Harmonies of #AC000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC000B

Black with #AC000B

Text Example


Text Example

White with #AC000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC000B; }

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

 H1.HeaderClassName
 {
   color: #AC000B;
 }
 .AnyTagClassName
 {
   color: #AC000B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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