Html Css Color HEX #AB1428 Cardinal

📋 copy color: '#AB1428'

red 171 ◦ green 20 ◦ blue 40

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

Shades of Cardinal #AB1428

Tints of Cardinal #AB1428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 74.03%
G = 8.66%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB1428 (or 0xAB1428) is known color: Cardinal. HEX triplet: AB, 14 and 28. RGB value is (171,20,40). Sum of RGB (Red+Green+Blue) = 171+20+40=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1428 is #54EBD7. Grayscale: #434343. Windows color (decimal): -5565400 or 2626731. OLE color: 2626731.

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

Color convert

RGB 171 20 40 -
CMYK 0 0.88 0.77 0.33
HSL 352.05º 0.79% 0.37% -
HSV(B) 352.05º 0.88% 0.67% -
XYZ 17.43 9.31 2.89 -
YUV 67.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 171 20 40 0 0.88 0.77 0.33 352.05 0.79 0.37
Hex AB 14 28 0 58 4D 21 160 4F 25
Octal 253 24 50 0 130 115 41 540 117 45
Binary 10101011 10100 101000 0 1011000 1001101 100001 101100000 1001111 100101

Color Harmonies of #AB1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1428

Black with #AB1428

Text Example


Text Example

White with #AB1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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