Html Css Color HEX #AB153A Cardinal

📋 copy color: '#AB153A'

red 171 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #AB153A

Tints of Cardinal #AB153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 68.4%
G = 8.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB153A (or 0xAB153A) is known color: Cardinal. HEX triplet: AB, 15 and 3A. RGB value is (171,21,58). Sum of RGB (Red+Green+Blue) = 171+21+58=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB153A is #54EAC5. Grayscale: #464646. Windows color (decimal): -5565126 or 3806635. OLE color: 3806635.

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

Color convert

RGB 171 21 58 -
CMYK 0 0.88 0.66 0.33
HSL 345.2º 0.78% 0.38% -
HSV(B) 345.2º 0.88% 0.67% -
XYZ 17.83 9.5 4.9 -
YUV 70.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 171 21 58 0 0.88 0.66 0.33 345.2 0.78 0.38
Hex AB 15 3A 0 58 42 21 159 4E 26
Octal 253 25 72 0 130 102 41 531 116 46
Binary 10101011 10101 111010 0 1011000 1000010 100001 101011001 1001110 100110

Color Harmonies of #AB153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB153A

Black with #AB153A

Text Example


Text Example

White with #AB153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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