Html Css Color HEX #AB123E Cardinal

📋 copy color: '#AB123E'

red 171 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #AB123E

Tints of Cardinal #AB123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

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

R = 68.13%
G = 7.17%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB123E (or 0xAB123E) is known color: Cardinal. HEX triplet: AB, 12 and 3E. RGB value is (171,18,62). Sum of RGB (Red+Green+Blue) = 171+18+62=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB123E is #54EDC1. Grayscale: #444444. Windows color (decimal): -5565890 or 4068011. OLE color: 4068011.

HSL color Cylindrical-coordinate representation of color #AB123E: hue angle of 342.75º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB123E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 62 -
CMYK 0 0.89 0.64 0.33
HSL 342.75º 0.81% 0.37% -
HSV(B) 342.75º 0.89% 0.67% -
XYZ 17.88 9.44 5.44 -
YUV 68.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 171 18 62 0 0.89 0.64 0.33 342.75 0.81 0.37
Hex AB 12 3E 0 59 40 21 157 51 25
Octal 253 22 76 0 131 100 41 527 121 45
Binary 10101011 10010 111110 0 1011001 1000000 100001 101010111 1010001 100101

Color Harmonies of #AB123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB123E

Black with #AB123E

Text Example


Text Example

White with #AB123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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