Html Css Color HEX #AC1318 Venetian Red

📋 copy color: '#AC1318'

red 172 ◦ green 19 ◦ blue 24

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

Shades of Venetian Red #AC1318

Tints of Venetian Red #AC1318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 80%
G = 8.84%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC1318 (or 0xAC1318) is known color: Venetian Red. HEX triplet: AC, 13 and 18. RGB value is (172,19,24). Sum of RGB (Red+Green+Blue) = 172+19+24=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1318 is #53ECE7. Grayscale: #414141. Windows color (decimal): -5500136 or 1577900. OLE color: 1577900.

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

Color convert

RGB 172 19 24 -
CMYK 0 0.89 0.86 0.33
HSL 358.04º 0.8% 0.37% -
HSV(B) 358.04º 0.89% 0.67% -
XYZ 17.41 9.3 1.74 -
YUV 65.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 172 19 24 0 0.89 0.86 0.33 358.04 0.8 0.37
Hex AC 13 18 0 59 56 21 166 50 25
Octal 254 23 30 0 131 126 41 546 120 45
Binary 10101100 10011 11000 0 1011001 1010110 100001 101100110 1010000 100101

Color Harmonies of #AC1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1318

Black with #AC1318

Text Example


Text Example

White with #AC1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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