Html Css Color HEX #AB123F Cardinal

📋 copy color: '#AB123F'

red 171 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #AB123F

Tints of Cardinal #AB123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 67.86%
G = 7.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB123F (or 0xAB123F) is known color: Cardinal. HEX triplet: AB, 12 and 3F. RGB value is (171,18,63). Sum of RGB (Red+Green+Blue) = 171+18+63=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB123F is #54EDC0. Grayscale: #444444. Windows color (decimal): -5565889 or 4133547. OLE color: 4133547.

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

Color convert

RGB 171 18 63 -
CMYK 0 0.89 0.63 0.33
HSL 342.35º 0.81% 0.37% -
HSV(B) 342.35º 0.89% 0.67% -
XYZ 17.91 9.45 5.58 -
YUV 68.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 171 18 63 0 0.89 0.63 0.33 342.35 0.81 0.37
Hex AB 12 3F 0 59 3F 21 156 51 25
Octal 253 22 77 0 131 77 41 526 121 45
Binary 10101011 10010 111111 0 1011001 111111 100001 101010110 1010001 100101

Color Harmonies of #AB123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB123F

Black with #AB123F

Text Example


Text Example

White with #AB123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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