Html Css Color HEX #AC0207 Sangria

📋 copy color: '#AC0207'

red 172 ◦ green 2 ◦ blue 7

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

Shades of Sangria #AC0207

Tints of Sangria #AC0207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 7 (3.13% from 255) = 3.87%

R = 95.03%
G = 1.1%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC0207 (or 0xAC0207) is known color: Sangria. HEX triplet: AC, 02 and 07. RGB value is (172,2,7). Sum of RGB (Red+Green+Blue) = 172+2+7=181 (23% of max value = 765). Red value is 172 (67.58% from 255 or 95.03% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0207 is #53FDF8. Grayscale: #353535. Windows color (decimal): -5504505 or 459436. OLE color: 459436.

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

Color convert

RGB 172 2 7 -
CMYK 0 0.99 0.96 0.33
HSL 358.24º 0.98% 0.34% -
HSV(B) 358.24º 0.99% 0.67% -
XYZ 17.07 8.83 1.01 -
YUV 53.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 172 2 7 0 0.99 0.96 0.33 358.24 0.98 0.34
Hex AC 2 7 0 63 60 21 166 62 22
Octal 254 2 7 0 143 140 41 546 142 42
Binary 10101100 10 111 0 1100011 1100000 100001 101100110 1100010 100010

Color Harmonies of #AC0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0207

Black with #AC0207

Text Example


Text Example

White with #AC0207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0207; }

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

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

background-color css

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

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

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

border-color css

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

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

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