Html Css Color HEX #AC161A Venetian Red

📋 copy color: '#AC161A'

red 172 ◦ green 22 ◦ blue 26

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

Shades of Venetian Red #AC161A

Tints of Venetian Red #AC161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 78.18%
G = 10%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC161A (or 0xAC161A) is known color: Venetian Red. HEX triplet: AC, 16 and 1A. RGB value is (172,22,26). Sum of RGB (Red+Green+Blue) = 172+22+26=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC161A is #53E9E5. Grayscale: #434343. Windows color (decimal): -5499366 or 1709740. OLE color: 1709740.

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

Color convert

RGB 172 22 26 -
CMYK 0 0.87 0.85 0.33
HSL 358.4º 0.77% 0.38% -
HSV(B) 358.4º 0.87% 0.67% -
XYZ 17.49 9.42 1.87 -
YUV 67.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 172 22 26 0 0.87 0.85 0.33 358.4 0.77 0.38
Hex AC 16 1A 0 57 55 21 166 4D 26
Octal 254 26 32 0 127 125 41 546 115 46
Binary 10101100 10110 11010 0 1010111 1010101 100001 101100110 1001101 100110

Color Harmonies of #AC161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC161A

Black with #AC161A

Text Example


Text Example

White with #AC161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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