Html Css Color HEX #AC181A Venetian Red

📋 copy color: '#AC181A'

red 172 ◦ green 24 ◦ blue 26

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

Shades of Venetian Red #AC181A

Tints of Venetian Red #AC181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

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

R = 77.48%
G = 10.81%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC181A (or 0xAC181A) is known color: Venetian Red. HEX triplet: AC, 18 and 1A. RGB value is (172,24,26). Sum of RGB (Red+Green+Blue) = 172+24+26=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC181A is #53E7E5. Grayscale: #444444. Windows color (decimal): -5498854 or 1710252. OLE color: 1710252.

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

Color convert

RGB 172 24 26 -
CMYK 0 0.86 0.85 0.33
HSL 359.19º 0.76% 0.38% -
HSV(B) 359.19º 0.86% 0.67% -
XYZ 17.53 9.5 1.89 -
YUV 68.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 172 24 26 0 0.86 0.85 0.33 359.19 0.76 0.38
Hex AC 18 1A 0 56 55 21 167 4C 26
Octal 254 30 32 0 126 125 41 547 114 46
Binary 10101100 11000 11010 0 1010110 1010101 100001 101100111 1001100 100110

Color Harmonies of #AC181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC181A

Black with #AC181A

Text Example


Text Example

White with #AC181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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