Html Css Color HEX #AC1218 Venetian Red

📋 copy color: '#AC1218'

red 172 ◦ green 18 ◦ blue 24

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

Shades of Venetian Red #AC1218

Tints of Venetian Red #AC1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 80.37%
G = 8.41%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC1218 (or 0xAC1218) is known color: Venetian Red. HEX triplet: AC, 12 and 18. RGB value is (172,18,24). Sum of RGB (Red+Green+Blue) = 172+18+24=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1218 is #53EDE7. Grayscale: #404040. Windows color (decimal): -5500392 or 1577644. OLE color: 1577644.

HSL color Cylindrical-coordinate representation of color #AC1218: hue angle of 357.66º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1218 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 24 -
CMYK 0 0.90 0.86 0.33
HSL 357.66º 0.81% 0.37% -
HSV(B) 357.66º 0.9% 0.67% -
XYZ 17.39 9.27 1.74 -
YUV 64.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 172 18 24 0 0.90 0.86 0.33 357.66 0.81 0.37
Hex AC 12 18 0 5A 56 21 166 51 25
Octal 254 22 30 0 132 126 41 546 121 45
Binary 10101100 10010 11000 0 1011010 1010110 100001 101100110 1010001 100101

Color Harmonies of #AC1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1218

Black with #AC1218

Text Example


Text Example

White with #AC1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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