Html Css Color HEX #AC0005 Sangria

📋 copy color: '#AC0005'

red 172 ◦ green 0 ◦ blue 5

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

Shades of Sangria #AC0005

Tints of Sangria #AC0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 97.18%
G = 0%
B = 2.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC0005 (or 0xAC0005) is known color: Sangria. HEX triplet: AC, 00 and 05. RGB value is (172,0,5). Sum of RGB (Red+Green+Blue) = 172+0+5=177 (23% of max value = 765). Red value is 172 (67.58% from 255 or 97.18% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0005 is #53FFFA. Grayscale: #343434. Windows color (decimal): -5505019 or 327852. OLE color: 327852.

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

Color convert

RGB 172 0 5 -
CMYK 0 1 0.97 0.33
HSL 358.26º 1% 0.34% -
HSV(B) 358.26º 1% 0.67% -
XYZ 17.04 8.78 0.94 -
YUV 52 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 172 0 5 0 1 0.97 0.33 358.26 1 0.34
Hex AC 0 5 0 64 61 21 166 64 22
Octal 254 0 5 0 144 141 41 546 144 42
Binary 10101100 0 101 0 1100100 1100001 100001 101100110 1100100 100010

Color Harmonies of #AC0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0005

Black with #AC0005

Text Example


Text Example

White with #AC0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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