Html Css Color HEX #AC161E Venetian Red

📋 copy color: '#AC161E'

red 172 ◦ green 22 ◦ blue 30

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

Shades of Venetian Red #AC161E

Tints of Venetian Red #AC161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 76.79%
G = 9.82%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC161E (or 0xAC161E) is known color: Venetian Red. HEX triplet: AC, 16 and 1E. RGB value is (172,22,30). Sum of RGB (Red+Green+Blue) = 172+22+30=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC161E is #53E9E1. Grayscale: #434343. Windows color (decimal): -5499362 or 1971884. OLE color: 1971884.

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

Color convert

RGB 172 22 30 -
CMYK 0 0.87 0.83 0.33
HSL 356.8º 0.77% 0.38% -
HSV(B) 356.8º 0.87% 0.67% -
XYZ 17.53 9.44 2.13 -
YUV 67.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 172 22 30 0 0.87 0.83 0.33 356.8 0.77 0.38
Hex AC 16 1E 0 57 53 21 165 4D 26
Octal 254 26 36 0 127 123 41 545 115 46
Binary 10101100 10110 11110 0 1010111 1010011 100001 101100101 1001101 100110

Color Harmonies of #AC161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC161E

Black with #AC161E

Text Example


Text Example

White with #AC161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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