Html Css Color HEX #AB223A Cardinal

📋 copy color: '#AB223A'

red 171 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #AB223A

Tints of Cardinal #AB223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 65.02%
G = 12.93%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB223A (or 0xAB223A) is known color: Cardinal. HEX triplet: AB, 22 and 3A. RGB value is (171,34,58). Sum of RGB (Red+Green+Blue) = 171+34+58=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB223A is #54DDC5. Grayscale: #4D4D4D. Windows color (decimal): -5561798 or 3809963. OLE color: 3809963.

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

Color convert

RGB 171 34 58 -
CMYK 0 0.80 0.66 0.33
HSL 349.49º 0.67% 0.4% -
HSV(B) 349.49º 0.8% 0.67% -
XYZ 18.13 10.11 5 -
YUV 77.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 171 34 58 0 0.80 0.66 0.33 349.49 0.67 0.4
Hex AB 22 3A 0 50 42 21 15D 43 28
Octal 253 42 72 0 120 102 41 535 103 50
Binary 10101011 100010 111010 0 1010000 1000010 100001 101011101 1000011 101000

Color Harmonies of #AB223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB223A

Black with #AB223A

Text Example


Text Example

White with #AB223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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