Html Css Color HEX #AB143F Cardinal

📋 copy color: '#AB143F'

red 171 ◦ green 20 ◦ blue 63

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

Shades of Cardinal #AB143F

Tints of Cardinal #AB143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.8%

R = 67.32%
G = 7.87%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB143F (or 0xAB143F) is known color: Cardinal. HEX triplet: AB, 14 and 3F. RGB value is (171,20,63). Sum of RGB (Red+Green+Blue) = 171+20+63=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB143F is #54EBC0. Grayscale: #464646. Windows color (decimal): -5565377 or 4134059. OLE color: 4134059.

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

Color convert

RGB 171 20 63 -
CMYK 0 0.88 0.63 0.33
HSL 342.91º 0.79% 0.37% -
HSV(B) 342.91º 0.88% 0.67% -
XYZ 17.94 9.52 5.59 -
YUV 70.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 171 20 63 0 0.88 0.63 0.33 342.91 0.79 0.37
Hex AB 14 3F 0 58 3F 21 157 4F 25
Octal 253 24 77 0 130 77 41 527 117 45
Binary 10101011 10100 111111 0 1011000 111111 100001 101010111 1001111 100101

Color Harmonies of #AB143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB143F

Black with #AB143F

Text Example


Text Example

White with #AB143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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