Html Css Color HEX #AC141B Venetian Red

📋 copy color: '#AC141B'

red 172 ◦ green 20 ◦ blue 27

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

Shades of Venetian Red #AC141B

Tints of Venetian Red #AC141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 78.54%
G = 9.13%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC141B (or 0xAC141B) is known color: Venetian Red. HEX triplet: AC, 14 and 1B. RGB value is (172,20,27). Sum of RGB (Red+Green+Blue) = 172+20+27=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC141B is #53EBE4. Grayscale: #424242. Windows color (decimal): -5499877 or 1774764. OLE color: 1774764.

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

Color convert

RGB 172 20 27 -
CMYK 0 0.88 0.84 0.33
HSL 357.24º 0.79% 0.38% -
HSV(B) 357.24º 0.88% 0.67% -
XYZ 17.46 9.35 1.92 -
YUV 66.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 172 20 27 0 0.88 0.84 0.33 357.24 0.79 0.38
Hex AC 14 1B 0 58 54 21 165 4F 26
Octal 254 24 33 0 130 124 41 545 117 46
Binary 10101100 10100 11011 0 1011000 1010100 100001 101100101 1001111 100110

Color Harmonies of #AC141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC141B

Black with #AC141B

Text Example


Text Example

White with #AC141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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