Html Css Color HEX #AC1214 Venetian Red

📋 copy color: '#AC1214'

red 172 ◦ green 18 ◦ blue 20

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

Shades of Venetian Red #AC1214

Tints of Venetian Red #AC1214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 81.9%
G = 8.57%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1214 (or 0xAC1214) is known color: Venetian Red. HEX triplet: AC, 12 and 14. RGB value is (172,18,20). Sum of RGB (Red+Green+Blue) = 172+18+20=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1214 is #53EDEB. Grayscale: #404040. Windows color (decimal): -5500396 or 1315500. OLE color: 1315500.

HSL color Cylindrical-coordinate representation of color #AC1214: hue angle of 359.22º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1214 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 20 -
CMYK 0 0.90 0.88 0.33
HSL 359.22º 0.81% 0.37% -
HSV(B) 359.22º 0.9% 0.67% -
XYZ 17.36 9.25 1.53 -
YUV 64.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 172 18 20 0 0.90 0.88 0.33 359.22 0.81 0.37
Hex AC 12 14 0 5A 58 21 167 51 25
Octal 254 22 24 0 132 130 41 547 121 45
Binary 10101100 10010 10100 0 1011010 1011000 100001 101100111 1010001 100101

Color Harmonies of #AC1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1214

Black with #AC1214

Text Example


Text Example

White with #AC1214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1214; }

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

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

background-color css

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

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

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

border-color css

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

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

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