Html Css Color HEX #AB1533 Cardinal

📋 copy color: '#AB1533'

red 171 ◦ green 21 ◦ blue 51

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

Shades of Cardinal #AB1533

Tints of Cardinal #AB1533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 70.37%
G = 8.64%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB1533 (or 0xAB1533) is known color: Cardinal. HEX triplet: AB, 15 and 33. RGB value is (171,21,51). Sum of RGB (Red+Green+Blue) = 171+21+51=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1533 is #54EACC. Grayscale: #454545. Windows color (decimal): -5565133 or 3347883. OLE color: 3347883.

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

Color convert

RGB 171 21 51 -
CMYK 0 0.88 0.70 0.33
HSL 348º 0.78% 0.38% -
HSV(B) 348º 0.88% 0.67% -
XYZ 17.66 9.43 4.02 -
YUV 69.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 171 21 51 0 0.88 0.70 0.33 348 0.78 0.38
Hex AB 15 33 0 58 46 21 15C 4E 26
Octal 253 25 63 0 130 106 41 534 116 46
Binary 10101011 10101 110011 0 1011000 1000110 100001 101011100 1001110 100110

Color Harmonies of #AB1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1533

Black with #AB1533

Text Example


Text Example

White with #AB1533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1533; }

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

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

background-color css

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

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

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

border-color css

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

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

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