Html Css Color HEX #AB223E Cardinal

📋 copy color: '#AB223E'

red 171 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #AB223E

Tints of Cardinal #AB223E

RGB

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

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

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

R = 64.04%
G = 12.73%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB223E (or 0xAB223E) is known color: Cardinal. HEX triplet: AB, 22 and 3E. RGB value is (171,34,62). Sum of RGB (Red+Green+Blue) = 171+34+62=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB223E is #54DDC1. Grayscale: #4E4E4E. Windows color (decimal): -5561794 or 4072107. OLE color: 4072107.

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

Color convert

RGB 171 34 62 -
CMYK 0 0.80 0.64 0.33
HSL 347.74º 0.67% 0.4% -
HSV(B) 347.74º 0.8% 0.67% -
XYZ 18.24 10.15 5.56 -
YUV 78.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 171 34 62 0 0.80 0.64 0.33 347.74 0.67 0.4
Hex AB 22 3E 0 50 40 21 15C 43 28
Octal 253 42 76 0 120 100 41 534 103 50
Binary 10101011 100010 111110 0 1010000 1000000 100001 101011100 1000011 101000

Color Harmonies of #AB223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB223E

Black with #AB223E

Text Example


Text Example

White with #AB223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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