Html Css Color HEX #AC181D Venetian Red

📋 copy color: '#AC181D'

red 172 ◦ green 24 ◦ blue 29

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

Shades of Venetian Red #AC181D

Tints of Venetian Red #AC181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 76.44%
G = 10.67%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC181D (or 0xAC181D) is known color: Venetian Red. HEX triplet: AC, 18 and 1D. RGB value is (172,24,29). Sum of RGB (Red+Green+Blue) = 172+24+29=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC181D is #53E7E2. Grayscale: #444444. Windows color (decimal): -5498851 or 1906860. OLE color: 1906860.

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

Color convert

RGB 172 24 29 -
CMYK 0 0.86 0.83 0.33
HSL 357.97º 0.76% 0.38% -
HSV(B) 357.97º 0.86% 0.67% -
XYZ 17.56 9.51 2.07 -
YUV 68.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 172 24 29 0 0.86 0.83 0.33 357.97 0.76 0.38
Hex AC 18 1D 0 56 53 21 166 4C 26
Octal 254 30 35 0 126 123 41 546 114 46
Binary 10101100 11000 11101 0 1010110 1010011 100001 101100110 1001100 100110

Color Harmonies of #AC181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC181D

Black with #AC181D

Text Example


Text Example

White with #AC181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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