Html Css Color HEX #AC1A1C Venetian Red

📋 copy color: '#AC1A1C'

red 172 ◦ green 26 ◦ blue 28

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

Shades of Venetian Red #AC1A1C

Tints of Venetian Red #AC1A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.5%

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 76.11%
G = 11.5%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC1A1C (or 0xAC1A1C) is known color: Venetian Red. HEX triplet: AC, 1A and 1C. RGB value is (172,26,28). Sum of RGB (Red+Green+Blue) = 172+26+28=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A1C is #53E5E3. Grayscale: #464646. Windows color (decimal): -5498340 or 1841836. OLE color: 1841836.

HSL color Cylindrical-coordinate representation of color #AC1A1C: hue angle of 359.18º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A1C is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 26 28 -
CMYK 0 0.85 0.84 0.33
HSL 359.18º 0.74% 0.39% -
HSV(B) 359.18º 0.85% 0.67% -
XYZ 17.59 9.59 2.02 -
YUV 69.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 172 26 28 0 0.85 0.84 0.33 359.18 0.74 0.39
Hex AC 1A 1C 0 55 54 21 167 4A 27
Octal 254 32 34 0 125 124 41 547 112 47
Binary 10101100 11010 11100 0 1010101 1010100 100001 101100111 1001010 100111

Color Harmonies of #AC1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A1C

Black with #AC1A1C

Text Example


Text Example

White with #AC1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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