Html Css Color HEX #AC191D Venetian Red

📋 copy color: '#AC191D'

red 172 ◦ green 25 ◦ blue 29

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

Shades of Venetian Red #AC191D

Tints of Venetian Red #AC191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 76.11%
G = 11.06%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC191D (or 0xAC191D) is known color: Venetian Red. HEX triplet: AC, 19 and 1D. RGB value is (172,25,29). Sum of RGB (Red+Green+Blue) = 172+25+29=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC191D is #53E6E2. Grayscale: #454545. Windows color (decimal): -5498595 or 1907116. OLE color: 1907116.

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

Color convert

RGB 172 25 29 -
CMYK 0 0.85 0.83 0.33
HSL 358.37º 0.75% 0.39% -
HSV(B) 358.37º 0.85% 0.67% -
XYZ 17.58 9.55 2.08 -
YUV 69.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 172 25 29 0 0.85 0.83 0.33 358.37 0.75 0.39
Hex AC 19 1D 0 55 53 21 166 4B 27
Octal 254 31 35 0 125 123 41 546 113 47
Binary 10101100 11001 11101 0 1010101 1010011 100001 101100110 1001011 100111

Color Harmonies of #AC191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC191D

Black with #AC191D

Text Example


Text Example

White with #AC191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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