Html Css Color HEX #AB1432 Cardinal

📋 copy color: '#AB1432'

red 171 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #AB1432

Tints of Cardinal #AB1432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 70.95%
G = 8.3%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB1432 (or 0xAB1432) is known color: Cardinal. HEX triplet: AB, 14 and 32. RGB value is (171,20,50). Sum of RGB (Red+Green+Blue) = 171+20+50=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1432 is #54EBCD. Grayscale: #444444. Windows color (decimal): -5565390 or 3282091. OLE color: 3282091.

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

Color convert

RGB 171 20 50 -
CMYK 0 0.88 0.71 0.33
HSL 348.08º 0.79% 0.37% -
HSV(B) 348.08º 0.88% 0.67% -
XYZ 17.62 9.39 3.9 -
YUV 68.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 171 20 50 0 0.88 0.71 0.33 348.08 0.79 0.37
Hex AB 14 32 0 58 47 21 15C 4F 25
Octal 253 24 62 0 130 107 41 534 117 45
Binary 10101011 10100 110010 0 1011000 1000111 100001 101011100 1001111 100101

Color Harmonies of #AB1432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1432

Black with #AB1432

Text Example


Text Example

White with #AB1432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1432; }

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

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

background-color css

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

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

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

border-color css

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

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

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