Html Css Color HEX #AC181B Venetian Red

📋 copy color: '#AC181B'

red 172 ◦ green 24 ◦ blue 27

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

Shades of Venetian Red #AC181B

Tints of Venetian Red #AC181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 77.13%
G = 10.76%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC181B (or 0xAC181B) is known color: Venetian Red. HEX triplet: AC, 18 and 1B. RGB value is (172,24,27). Sum of RGB (Red+Green+Blue) = 172+24+27=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC181B is #53E7E4. Grayscale: #444444. Windows color (decimal): -5498853 or 1775788. OLE color: 1775788.

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

Color convert

RGB 172 24 27 -
CMYK 0 0.86 0.84 0.33
HSL 358.78º 0.76% 0.38% -
HSV(B) 358.78º 0.86% 0.67% -
XYZ 17.54 9.5 1.95 -
YUV 68.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 172 24 27 0 0.86 0.84 0.33 358.78 0.76 0.38
Hex AC 18 1B 0 56 54 21 167 4C 26
Octal 254 30 33 0 126 124 41 547 114 46
Binary 10101100 11000 11011 0 1010110 1010100 100001 101100111 1001100 100110

Color Harmonies of #AC181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC181B

Black with #AC181B

Text Example


Text Example

White with #AC181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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