Html Css Color HEX #AC0002 Sangria

📋 copy color: '#AC0002'

red 172 ◦ green 0 ◦ blue 2

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

Shades of Sangria #AC0002

Tints of Sangria #AC0002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 98.85%
G = 0%
B = 1.15%

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

#AC0002 (or 0xAC0002) is known color: Sangria. HEX triplet: AC, 00 and 02. RGB value is (172,0,2). Sum of RGB (Red+Green+Blue) = 172+0+2=174 (23% of max value = 765). Red value is 172 (67.58% from 255 or 98.85% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0002 is #53FFFD. Grayscale: #333333. Windows color (decimal): -5505022 or 131244. OLE color: 131244.

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

Color convert

RGB 172 0 2 -
CMYK 0 1 0.99 0.33
HSL 359.3º 1% 0.34% -
HSV(B) 359.3º 1% 0.67% -
XYZ 17.02 8.78 0.85 -
YUV 51.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 172 0 2 0 1 0.99 0.33 359.3 1 0.34
Hex AC 0 2 0 64 63 21 167 64 22
Octal 254 0 2 0 144 143 41 547 144 42
Binary 10101100 0 10 0 1100100 1100011 100001 101100111 1100100 100010

Color Harmonies of #AC0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0002

Black with #AC0002

Text Example


Text Example

White with #AC0002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0002; }

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

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

background-color css

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

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

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

border-color css

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

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

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