Html Css Color HEX #AC1415 Venetian Red

📋 copy color: '#AC1415'

red 172 ◦ green 20 ◦ blue 21

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

Shades of Venetian Red #AC1415

Tints of Venetian Red #AC1415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 80.75%
G = 9.39%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1415 (or 0xAC1415) is known color: Venetian Red. HEX triplet: AC, 14 and 15. RGB value is (172,20,21). Sum of RGB (Red+Green+Blue) = 172+20+21=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1415 is #53EBEA. Grayscale: #414141. Windows color (decimal): -5499883 or 1381548. OLE color: 1381548.

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

Color convert

RGB 172 20 21 -
CMYK 0 0.88 0.88 0.33
HSL 359.61º 0.79% 0.38% -
HSV(B) 359.61º 0.88% 0.67% -
XYZ 17.4 9.33 1.59 -
YUV 65.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 172 20 21 0 0.88 0.88 0.33 359.61 0.79 0.38
Hex AC 14 15 0 58 58 21 168 4F 26
Octal 254 24 25 0 130 130 41 550 117 46
Binary 10101100 10100 10101 0 1011000 1011000 100001 101101000 1001111 100110

Color Harmonies of #AC1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1415

Black with #AC1415

Text Example


Text Example

White with #AC1415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1415; }

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

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

background-color css

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

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

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

border-color css

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

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

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