Html Css Color HEX #AB152F Cardinal

📋 copy color: '#AB152F'

red 171 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #AB152F

Tints of Cardinal #AB152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 71.55%
G = 8.79%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB152F (or 0xAB152F) is known color: Cardinal. HEX triplet: AB, 15 and 2F. RGB value is (171,21,47). Sum of RGB (Red+Green+Blue) = 171+21+47=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB152F is #54EAD0. Grayscale: #444444. Windows color (decimal): -5565137 or 3085739. OLE color: 3085739.

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

Color convert

RGB 171 21 47 -
CMYK 0 0.88 0.73 0.33
HSL 349.6º 0.78% 0.38% -
HSV(B) 349.6º 0.88% 0.67% -
XYZ 17.58 9.4 3.58 -
YUV 68.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 171 21 47 0 0.88 0.73 0.33 349.6 0.78 0.38
Hex AB 15 2F 0 58 49 21 15E 4E 26
Octal 253 25 57 0 130 111 41 536 116 46
Binary 10101011 10101 101111 0 1011000 1001001 100001 101011110 1001110 100110

Color Harmonies of #AB152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB152F

Black with #AB152F

Text Example


Text Example

White with #AB152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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