Html Css Color HEX #AB191C Venetian Red

📋 copy color: '#AB191C'

red 171 ◦ green 25 ◦ blue 28

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

Shades of Venetian Red #AB191C

Tints of Venetian Red #AB191C

RGB

 RED value IS 171 (67.19% from 255) = 76.34%

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 76.34%
G = 11.16%
B = 12.5%

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

#AB191C (or 0xAB191C) is known color: Venetian Red. HEX triplet: AB, 19 and 1C. RGB value is (171,25,28). Sum of RGB (Red+Green+Blue) = 171+25+28=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB191C is #54E6E3. Grayscale: #454545. Windows color (decimal): -5564132 or 1841579. OLE color: 1841579.

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

Color convert

RGB 171 25 28 -
CMYK 0 0.85 0.84 0.33
HSL 358.77º 0.74% 0.38% -
HSV(B) 358.77º 0.85% 0.67% -
XYZ 17.35 9.44 2.01 -
YUV 69 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 171 25 28 0 0.85 0.84 0.33 358.77 0.74 0.38
Hex AB 19 1C 0 55 54 21 167 4A 26
Octal 253 31 34 0 125 124 41 547 112 46
Binary 10101011 11001 11100 0 1010101 1010100 100001 101100111 1001010 100110

Color Harmonies of #AB191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB191C

Black with #AB191C

Text Example


Text Example

White with #AB191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB191C; }

 p { color: rgb(171,25,28); }

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

background-color css

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

 a { background-color: rgb(171,25,28); }

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

border-color css

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

 span { border-color: rgb(171,25,28); }

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