Html Css Color HEX #AB153E Cardinal

📋 copy color: '#AB153E'

red 171 ◦ green 21 ◦ blue 62

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

Shades of Cardinal #AB153E

Tints of Cardinal #AB153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 67.32%
G = 8.27%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB153E (or 0xAB153E) is known color: Cardinal. HEX triplet: AB, 15 and 3E. RGB value is (171,21,62). Sum of RGB (Red+Green+Blue) = 171+21+62=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB153E is #54EAC1. Grayscale: #464646. Windows color (decimal): -5565122 or 4068779. OLE color: 4068779.

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

Color convert

RGB 171 21 62 -
CMYK 0 0.88 0.64 0.33
HSL 343.6º 0.78% 0.38% -
HSV(B) 343.6º 0.88% 0.67% -
XYZ 17.93 9.54 5.45 -
YUV 70.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 171 21 62 0 0.88 0.64 0.33 343.6 0.78 0.38
Hex AB 15 3E 0 58 40 21 158 4E 26
Octal 253 25 76 0 130 100 41 530 116 46
Binary 10101011 10101 111110 0 1011000 1000000 100001 101011000 1001110 100110

Color Harmonies of #AB153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB153E

Black with #AB153E

Text Example


Text Example

White with #AB153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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