Html Css Color HEX #AC1618 Venetian Red

📋 copy color: '#AC1618'

red 172 ◦ green 22 ◦ blue 24

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

Shades of Venetian Red #AC1618

Tints of Venetian Red #AC1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 78.9%
G = 10.09%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC1618 (or 0xAC1618) is known color: Venetian Red. HEX triplet: AC, 16 and 18. RGB value is (172,22,24). Sum of RGB (Red+Green+Blue) = 172+22+24=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1618 is #53E9E7. Grayscale: #434343. Windows color (decimal): -5499368 or 1578668. OLE color: 1578668.

HSL color Cylindrical-coordinate representation of color #AC1618: hue angle of 359.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1618 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 24 -
CMYK 0 0.87 0.86 0.33
HSL 359.2º 0.77% 0.38% -
HSV(B) 359.2º 0.87% 0.67% -
XYZ 17.47 9.41 1.76 -
YUV 67.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 172 22 24 0 0.87 0.86 0.33 359.2 0.77 0.38
Hex AC 16 18 0 57 56 21 167 4D 26
Octal 254 26 30 0 127 126 41 547 115 46
Binary 10101100 10110 11000 0 1010111 1010110 100001 101100111 1001101 100110

Color Harmonies of #AC1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1618

Black with #AC1618

Text Example


Text Example

White with #AC1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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