Html Css Color HEX #AC1013 Venetian Red

📋 copy color: '#AC1013'

red 172 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #AC1013

Tints of Venetian Red #AC1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 83.09%
G = 7.73%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC1013 (or 0xAC1013) is known color: Venetian Red. HEX triplet: AC, 10 and 13. RGB value is (172,16,19). Sum of RGB (Red+Green+Blue) = 172+16+19=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1013 is #53EFEC. Grayscale: #3F3F3F. Windows color (decimal): -5500909 or 1249452. OLE color: 1249452.

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

Color convert

RGB 172 16 19 -
CMYK 0 0.91 0.89 0.33
HSL 358.85º 0.83% 0.37% -
HSV(B) 358.85º 0.91% 0.67% -
XYZ 17.32 9.19 1.48 -
YUV 62.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 172 16 19 0 0.91 0.89 0.33 358.85 0.83 0.37
Hex AC 10 13 0 5B 59 21 167 53 25
Octal 254 20 23 0 133 131 41 547 123 45
Binary 10101100 10000 10011 0 1011011 1011001 100001 101100111 1010011 100101

Color Harmonies of #AC1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1013

Black with #AC1013

Text Example


Text Example

White with #AC1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1013; }

 p { color: rgb(172,16,19); }

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

background-color css

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

 a { background-color: rgb(172,16,19); }

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

border-color css

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

 span { border-color: rgb(172,16,19); }

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