Html Css Color HEX #AB1527 Cardinal

📋 copy color: '#AB1527'

red 171 ◦ green 21 ◦ blue 39

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

Shades of Cardinal #AB1527

Tints of Cardinal #AB1527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

 BLUE value IS 39 (15.63% from 255) = 16.88%

R = 74.03%
G = 9.09%
B = 16.88%

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

#AB1527 (or 0xAB1527) is known color: Cardinal. HEX triplet: AB, 15 and 27. RGB value is (171,21,39). Sum of RGB (Red+Green+Blue) = 171+21+39=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1527 is #54EAD8. Grayscale: #434343. Windows color (decimal): -5565145 or 2561451. OLE color: 2561451.

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

Color convert

RGB 171 21 39 -
CMYK 0 0.88 0.77 0.33
HSL 352.8º 0.78% 0.38% -
HSV(B) 352.8º 0.88% 0.67% -
XYZ 17.43 9.34 2.8 -
YUV 67.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 171 21 39 0 0.88 0.77 0.33 352.8 0.78 0.38
Hex AB 15 27 0 58 4D 21 161 4E 26
Octal 253 25 47 0 130 115 41 541 116 46
Binary 10101011 10101 100111 0 1011000 1001101 100001 101100001 1001110 100110

Color Harmonies of #AB1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1527

Black with #AB1527

Text Example


Text Example

White with #AB1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1527; }

 p { color: rgb(171,21,39); }

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

background-color css

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

 a { background-color: rgb(171,21,39); }

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

border-color css

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

 span { border-color: rgb(171,21,39); }

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