Html Css Color HEX #AC0102 Sangria

📋 copy color: '#AC0102'

red 172 ◦ green 1 ◦ blue 2

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

Shades of Sangria #AC0102

Tints of Sangria #AC0102

RGB

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

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

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

R = 98.29%
G = 0.57%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC0102 (or 0xAC0102) is known color: Sangria. HEX triplet: AC, 01 and 02. RGB value is (172,1,2). Sum of RGB (Red+Green+Blue) = 172+1+2=175 (23% of max value = 765). Red value is 172 (67.58% from 255 or 98.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0102 is #53FEFD. Grayscale: #343434. Windows color (decimal): -5504766 or 131500. OLE color: 131500.

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

Color convert

RGB 172 1 2 -
CMYK 0 0.99 0.99 0.33
HSL 359.65º 0.99% 0.34% -
HSV(B) 359.65º 0.99% 0.67% -
XYZ 17.04 8.8 0.86 -
YUV 52.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 172 1 2 0 0.99 0.99 0.33 359.65 0.99 0.34
Hex AC 1 2 0 63 63 21 168 63 22
Octal 254 1 2 0 143 143 41 550 143 42
Binary 10101100 1 10 0 1100011 1100011 100001 101101000 1100011 100010

Color Harmonies of #AC0102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0102

Black with #AC0102

Text Example


Text Example

White with #AC0102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0102; }

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

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

background-color css

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

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

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

border-color css

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

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

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