Html Css Color HEX #AC151A Venetian Red

📋 copy color: '#AC151A'

red 172 ◦ green 21 ◦ blue 26

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

Shades of Venetian Red #AC151A

Tints of Venetian Red #AC151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

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

R = 78.54%
G = 9.59%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC151A (or 0xAC151A) is known color: Venetian Red. HEX triplet: AC, 15 and 1A. RGB value is (172,21,26). Sum of RGB (Red+Green+Blue) = 172+21+26=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC151A is #53EAE5. Grayscale: #424242. Windows color (decimal): -5499622 or 1709484. OLE color: 1709484.

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

Color convert

RGB 172 21 26 -
CMYK 0 0.88 0.85 0.33
HSL 358.01º 0.78% 0.38% -
HSV(B) 358.01º 0.88% 0.67% -
XYZ 17.47 9.38 1.87 -
YUV 66.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 172 21 26 0 0.88 0.85 0.33 358.01 0.78 0.38
Hex AC 15 1A 0 58 55 21 166 4E 26
Octal 254 25 32 0 130 125 41 546 116 46
Binary 10101100 10101 11010 0 1011000 1010101 100001 101100110 1001110 100110

Color Harmonies of #AC151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC151A

Black with #AC151A

Text Example


Text Example

White with #AC151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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