Html Css Color HEX #AB1A2C Cardinal

📋 copy color: '#AB1A2C'

red 171 ◦ green 26 ◦ blue 44

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

Shades of Cardinal #AB1A2C

Tints of Cardinal #AB1A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 70.95%
G = 10.79%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB1A2C (or 0xAB1A2C) is known color: Cardinal. HEX triplet: AB, 1A and 2C. RGB value is (171,26,44). Sum of RGB (Red+Green+Blue) = 171+26+44=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A2C is #54E5D3. Grayscale: #474747. Windows color (decimal): -5563860 or 2890411. OLE color: 2890411.

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

Color convert

RGB 171 26 44 -
CMYK 0 0.85 0.74 0.33
HSL 352.55º 0.74% 0.39% -
HSV(B) 352.55º 0.85% 0.67% -
XYZ 17.62 9.58 3.3 -
YUV 71.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 171 26 44 0 0.85 0.74 0.33 352.55 0.74 0.39
Hex AB 1A 2C 0 55 4A 21 161 4A 27
Octal 253 32 54 0 125 112 41 541 112 47
Binary 10101011 11010 101100 0 1010101 1001010 100001 101100001 1001010 100111

Color Harmonies of #AB1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A2C

Black with #AB1A2C

Text Example


Text Example

White with #AB1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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