Html Css Color HEX #AB142E Cardinal

📋 copy color: '#AB142E'

red 171 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #AB142E

Tints of Cardinal #AB142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 72.15%
G = 8.44%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB142E (or 0xAB142E) is known color: Cardinal. HEX triplet: AB, 14 and 2E. RGB value is (171,20,46). Sum of RGB (Red+Green+Blue) = 171+20+46=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB142E is #54EBD1. Grayscale: #444444. Windows color (decimal): -5565394 or 3019947. OLE color: 3019947.

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

Color convert

RGB 171 20 46 -
CMYK 0 0.88 0.73 0.33
HSL 349.67º 0.79% 0.37% -
HSV(B) 349.67º 0.88% 0.67% -
XYZ 17.54 9.36 3.47 -
YUV 68.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 171 20 46 0 0.88 0.73 0.33 349.67 0.79 0.37
Hex AB 14 2E 0 58 49 21 15E 4F 25
Octal 253 24 56 0 130 111 41 536 117 45
Binary 10101011 10100 101110 0 1011000 1001001 100001 101011110 1001111 100101

Color Harmonies of #AB142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB142E

Black with #AB142E

Text Example


Text Example

White with #AB142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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