Html Css Color HEX #AC161D Venetian Red

📋 copy color: '#AC161D'

red 172 ◦ green 22 ◦ blue 29

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

Shades of Venetian Red #AC161D

Tints of Venetian Red #AC161D

RGB

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

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

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

R = 77.13%
G = 9.87%
B = 13%

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

#AC161D (or 0xAC161D) is known color: Venetian Red. HEX triplet: AC, 16 and 1D. RGB value is (172,22,29). Sum of RGB (Red+Green+Blue) = 172+22+29=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC161D is #53E9E2. Grayscale: #434343. Windows color (decimal): -5499363 or 1906348. OLE color: 1906348.

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

Color convert

RGB 172 22 29 -
CMYK 0 0.87 0.83 0.33
HSL 357.2º 0.77% 0.38% -
HSV(B) 357.2º 0.87% 0.67% -
XYZ 17.52 9.43 2.06 -
YUV 67.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 172 22 29 0 0.87 0.83 0.33 357.2 0.77 0.38
Hex AC 16 1D 0 57 53 21 165 4D 26
Octal 254 26 35 0 127 123 41 545 115 46
Binary 10101100 10110 11101 0 1010111 1010011 100001 101100101 1001101 100110

Color Harmonies of #AC161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC161D

Black with #AC161D

Text Example


Text Example

White with #AC161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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