Html Css Color HEX #AB1A1D Venetian Red

📋 copy color: '#AB1A1D'

red 171 ◦ green 26 ◦ blue 29

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

Shades of Venetian Red #AB1A1D

Tints of Venetian Red #AB1A1D

RGB

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

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

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

R = 75.66%
G = 11.5%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB1A1D (or 0xAB1A1D) is known color: Venetian Red. HEX triplet: AB, 1A and 1D. RGB value is (171,26,29). Sum of RGB (Red+Green+Blue) = 171+26+29=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A1D is #54E5E2. Grayscale: #454545. Windows color (decimal): -5563875 or 1907371. OLE color: 1907371.

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

Color convert

RGB 171 26 29 -
CMYK 0 0.85 0.83 0.33
HSL 358.76º 0.74% 0.39% -
HSV(B) 358.76º 0.85% 0.67% -
XYZ 17.39 9.49 2.08 -
YUV 69.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 171 26 29 0 0.85 0.83 0.33 358.76 0.74 0.39
Hex AB 1A 1D 0 55 53 21 167 4A 27
Octal 253 32 35 0 125 123 41 547 112 47
Binary 10101011 11010 11101 0 1010101 1010011 100001 101100111 1001010 100111

Color Harmonies of #AB1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A1D

Black with #AB1A1D

Text Example


Text Example

White with #AB1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A1D; }

 p { color: rgb(171,26,29); }

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

background-color css

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

 a { background-color: rgb(171,26,29); }

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

border-color css

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

 span { border-color: rgb(171,26,29); }

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