Html Css Color HEX #AB143D Cardinal

📋 copy color: '#AB143D'

red 171 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #AB143D

Tints of Cardinal #AB143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.21%

R = 67.86%
G = 7.94%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB143D (or 0xAB143D) is known color: Cardinal. HEX triplet: AB, 14 and 3D. RGB value is (171,20,61). Sum of RGB (Red+Green+Blue) = 171+20+61=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB143D is #54EBC2. Grayscale: #454545. Windows color (decimal): -5565379 or 4002987. OLE color: 4002987.

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

Color convert

RGB 171 20 61 -
CMYK 0 0.88 0.64 0.33
HSL 343.71º 0.79% 0.37% -
HSV(B) 343.71º 0.88% 0.67% -
XYZ 17.89 9.5 5.3 -
YUV 69.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 171 20 61 0 0.88 0.64 0.33 343.71 0.79 0.37
Hex AB 14 3D 0 58 40 21 158 4F 25
Octal 253 24 75 0 130 100 41 530 117 45
Binary 10101011 10100 111101 0 1011000 1000000 100001 101011000 1001111 100101

Color Harmonies of #AB143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB143D

Black with #AB143D

Text Example


Text Example

White with #AB143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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