Html Css Color HEX #AC1319 Venetian Red

📋 copy color: '#AC1319'

red 172 ◦ green 19 ◦ blue 25

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

Shades of Venetian Red #AC1319

Tints of Venetian Red #AC1319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 79.63%
G = 8.8%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC1319 (or 0xAC1319) is known color: Venetian Red. HEX triplet: AC, 13 and 19. RGB value is (172,19,25). Sum of RGB (Red+Green+Blue) = 172+19+25=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1319 is #53ECE6. Grayscale: #414141. Windows color (decimal): -5500135 or 1643436. OLE color: 1643436.

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

Color convert

RGB 172 19 25 -
CMYK 0 0.89 0.85 0.33
HSL 357.65º 0.8% 0.37% -
HSV(B) 357.65º 0.89% 0.67% -
XYZ 17.42 9.31 1.8 -
YUV 65.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 172 19 25 0 0.89 0.85 0.33 357.65 0.8 0.37
Hex AC 13 19 0 59 55 21 166 50 25
Octal 254 23 31 0 131 125 41 546 120 45
Binary 10101100 10011 11001 0 1011001 1010101 100001 101100110 1010000 100101

Color Harmonies of #AC1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1319

Black with #AC1319

Text Example


Text Example

White with #AC1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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