Html Css Color HEX #AC0004 Sangria

📋 copy color: '#AC0004'

red 172 ◦ green 0 ◦ blue 4

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

Shades of Sangria #AC0004

Tints of Sangria #AC0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.27%

R = 97.73%
G = 0%
B = 2.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC0004 (or 0xAC0004) is known color: Sangria. HEX triplet: AC, 00 and 04. RGB value is (172,0,4). Sum of RGB (Red+Green+Blue) = 172+0+4=176 (23% of max value = 765). Red value is 172 (67.58% from 255 or 97.73% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0004 is #53FFFB. Grayscale: #343434. Windows color (decimal): -5505020 or 262316. OLE color: 262316.

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

Color convert

RGB 172 0 4 -
CMYK 0 1 0.98 0.33
HSL 358.6º 1% 0.34% -
HSV(B) 358.6º 1% 0.67% -
XYZ 17.04 8.78 0.91 -
YUV 51.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 172 0 4 0 1 0.98 0.33 358.6 1 0.34
Hex AC 0 4 0 64 62 21 167 64 22
Octal 254 0 4 0 144 142 41 547 144 42
Binary 10101100 0 100 0 1100100 1100010 100001 101100111 1100100 100010

Color Harmonies of #AC0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0004

Black with #AC0004

Text Example


Text Example

White with #AC0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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