Html Css Color HEX #AB1A2E Cardinal

📋 copy color: '#AB1A2E'

red 171 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #AB1A2E

Tints of Cardinal #AB1A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 70.37%
G = 10.7%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB1A2E (or 0xAB1A2E) is known color: Cardinal. HEX triplet: AB, 1A and 2E. RGB value is (171,26,46). Sum of RGB (Red+Green+Blue) = 171+26+46=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A2E is #54E5D1. Grayscale: #474747. Windows color (decimal): -5563858 or 3021483. OLE color: 3021483.

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

Color convert

RGB 171 26 46 -
CMYK 0 0.85 0.73 0.33
HSL 351.72º 0.74% 0.39% -
HSV(B) 351.72º 0.85% 0.67% -
XYZ 17.66 9.59 3.51 -
YUV 71.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 171 26 46 0 0.85 0.73 0.33 351.72 0.74 0.39
Hex AB 1A 2E 0 55 49 21 160 4A 27
Octal 253 32 56 0 125 111 41 540 112 47
Binary 10101011 11010 101110 0 1010101 1001001 100001 101100000 1001010 100111

Color Harmonies of #AB1A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A2E

Black with #AB1A2E

Text Example


Text Example

White with #AB1A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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