Html Css Color HEX #AC1314 Venetian Red

📋 copy color: '#AC1314'

red 172 ◦ green 19 ◦ blue 20

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

Shades of Venetian Red #AC1314

Tints of Venetian Red #AC1314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

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

R = 81.52%
G = 9%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1314 (or 0xAC1314) is known color: Venetian Red. HEX triplet: AC, 13 and 14. RGB value is (172,19,20). Sum of RGB (Red+Green+Blue) = 172+19+20=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1314 is #53ECEB. Grayscale: #414141. Windows color (decimal): -5500140 or 1315756. OLE color: 1315756.

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

Color convert

RGB 172 19 20 -
CMYK 0 0.89 0.88 0.33
HSL 359.61º 0.8% 0.37% -
HSV(B) 359.61º 0.89% 0.67% -
XYZ 17.37 9.29 1.54 -
YUV 64.86 102.69 204.42 -
System Red Green Blue C M Y K H S L
Decimal 172 19 20 0 0.89 0.88 0.33 359.61 0.8 0.37
Hex AC 13 14 0 59 58 21 168 50 25
Octal 254 23 24 0 131 130 41 550 120 45
Binary 10101100 10011 10100 0 1011001 1011000 100001 101101000 1010000 100101

Color Harmonies of #AC1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1314

Black with #AC1314

Text Example


Text Example

White with #AC1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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