Html Css Color HEX #AC191A Venetian Red

📋 copy color: '#AC191A'

red 172 ◦ green 25 ◦ blue 26

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

Shades of Venetian Red #AC191A

Tints of Venetian Red #AC191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 77.13%
G = 11.21%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC191A (or 0xAC191A) is known color: Venetian Red. HEX triplet: AC, 19 and 1A. RGB value is (172,25,26). Sum of RGB (Red+Green+Blue) = 172+25+26=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC191A is #53E6E5. Grayscale: #454545. Windows color (decimal): -5498598 or 1710508. OLE color: 1710508.

HSL color Cylindrical-coordinate representation of color #AC191A: hue angle of 359.59º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC191A is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 26 -
CMYK 0 0.85 0.85 0.33
HSL 359.59º 0.75% 0.39% -
HSV(B) 359.59º 0.85% 0.67% -
XYZ 17.55 9.54 1.89 -
YUV 69.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 172 25 26 0 0.85 0.85 0.33 359.59 0.75 0.39
Hex AC 19 1A 0 55 55 21 168 4B 27
Octal 254 31 32 0 125 125 41 550 113 47
Binary 10101100 11001 11010 0 1010101 1010101 100001 101101000 1001011 100111

Color Harmonies of #AC191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC191A

Black with #AC191A

Text Example


Text Example

White with #AC191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC191A; }

 p { color: rgb(172,25,26); }

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

background-color css

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

 a { background-color: rgb(172,25,26); }

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

border-color css

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

 span { border-color: rgb(172,25,26); }

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