Html Css Color HEX #AB023A Cardinal

📋 copy color: '#AB023A'

red 171 ◦ green 2 ◦ blue 58

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

Shades of Cardinal #AB023A

Tints of Cardinal #AB023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 74.03%
G = 0.87%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB023A (or 0xAB023A) is known color: Cardinal. HEX triplet: AB, 02 and 3A. RGB value is (171,2,58). Sum of RGB (Red+Green+Blue) = 171+2+58=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB023A is #54FDC5. Grayscale: #3A3A3A. Windows color (decimal): -5569990 or 3801771. OLE color: 3801771.

HSL color Cylindrical-coordinate representation of color #AB023A: hue angle of 340.12º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB023A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 58 -
CMYK 0 0.99 0.66 0.33
HSL 340.12º 0.98% 0.34% -
HSV(B) 340.12º 0.99% 0.67% -
XYZ 17.58 9.01 4.81 -
YUV 58.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 171 2 58 0 0.99 0.66 0.33 340.12 0.98 0.34
Hex AB 2 3A 0 63 42 21 154 62 22
Octal 253 2 72 0 143 102 41 524 142 42
Binary 10101011 10 111010 0 1100011 1000010 100001 101010100 1100010 100010

Color Harmonies of #AB023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB023A

Black with #AB023A

Text Example


Text Example

White with #AB023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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