Html Css Color HEX #AC0001 Sangria

📋 copy color: '#AC0001'

red 172 ◦ green 0 ◦ blue 1

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

Shades of Sangria #AC0001

Tints of Sangria #AC0001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 99.42%
G = 0%
B = 0.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC0001 (or 0xAC0001) is known color: Sangria. HEX triplet: AC, 00 and 01. RGB value is (172,0,1). Sum of RGB (Red+Green+Blue) = 172+0+1=173 (22% of max value = 765). Red value is 172 (67.58% from 255 or 99.42% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0001 is #53FFFE. Grayscale: #333333. Windows color (decimal): -5505023 or 65708. OLE color: 65708.

HSL color Cylindrical-coordinate representation of color #AC0001: hue angle of 359.65º 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 #AC0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 1 -
CMYK 0 1 0.99 0.33
HSL 359.65º 1% 0.34% -
HSV(B) 359.65º 1% 0.67% -
XYZ 17.02 8.77 0.83 -
YUV 51.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 172 0 1 0 1 0.99 0.33 359.65 1 0.34
Hex AC 0 1 0 64 63 21 168 64 22
Octal 254 0 1 0 144 143 41 550 144 42
Binary 10101100 0 1 0 1100100 1100011 100001 101101000 1100100 100010

Color Harmonies of #AC0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0001

Black with #AC0001

Text Example


Text Example

White with #AC0001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0001; }

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

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

background-color css

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

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

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

border-color css

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

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

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