Html Css Color HEX #AC181E Venetian Red

📋 copy color: '#AC181E'

red 172 ◦ green 24 ◦ blue 30

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

Shades of Venetian Red #AC181E

Tints of Venetian Red #AC181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.27%

R = 76.11%
G = 10.62%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC181E (or 0xAC181E) is known color: Venetian Red. HEX triplet: AC, 18 and 1E. RGB value is (172,24,30). Sum of RGB (Red+Green+Blue) = 172+24+30=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC181E is #53E7E1. Grayscale: #454545. Windows color (decimal): -5498850 or 1972396. OLE color: 1972396.

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

Color convert

RGB 172 24 30 -
CMYK 0 0.86 0.83 0.33
HSL 357.57º 0.76% 0.38% -
HSV(B) 357.57º 0.86% 0.67% -
XYZ 17.57 9.52 2.14 -
YUV 68.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 172 24 30 0 0.86 0.83 0.33 357.57 0.76 0.38
Hex AC 18 1E 0 56 53 21 166 4C 26
Octal 254 30 36 0 126 123 41 546 114 46
Binary 10101100 11000 11110 0 1010110 1010011 100001 101100110 1001100 100110

Color Harmonies of #AC181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC181E

Black with #AC181E

Text Example


Text Example

White with #AC181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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