Html Css Color HEX #AC010B Sangria

📋 copy color: '#AC010B'

red 172 ◦ green 1 ◦ blue 11

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

Shades of Sangria #AC010B

Tints of Sangria #AC010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 93.48%
G = 0.54%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC010B (or 0xAC010B) is known color: Sangria. HEX triplet: AC, 01 and 0B. RGB value is (172,1,11). Sum of RGB (Red+Green+Blue) = 172+1+11=184 (24% of max value = 765). Red value is 172 (67.58% from 255 or 93.48% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 172 - color contains mainly: red. Hex color #AC010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC010B is #53FEF4. Grayscale: #353535. Windows color (decimal): -5504757 or 721324. OLE color: 721324.

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

Color convert

RGB 172 1 11 -
CMYK 0 0.99 0.94 0.33
HSL 356.49º 0.99% 0.34% -
HSV(B) 356.49º 0.99% 0.67% -
XYZ 17.08 8.82 1.12 -
YUV 53.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 172 1 11 0 0.99 0.94 0.33 356.49 0.99 0.34
Hex AC 1 B 0 63 5E 21 164 63 22
Octal 254 1 13 0 143 136 41 544 143 42
Binary 10101100 1 1011 0 1100011 1011110 100001 101100100 1100011 100010

Color Harmonies of #AC010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC010B

Black with #AC010B

Text Example


Text Example

White with #AC010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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