Html Css Color HEX #AB123B Cardinal

📋 copy color: '#AB123B'

red 171 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #AB123B

Tints of Cardinal #AB123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 68.95%
G = 7.26%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB123B (or 0xAB123B) is known color: Cardinal. HEX triplet: AB, 12 and 3B. RGB value is (171,18,59). Sum of RGB (Red+Green+Blue) = 171+18+59=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB123B is #54EDC4. Grayscale: #444444. Windows color (decimal): -5565893 or 3871403. OLE color: 3871403.

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

Color convert

RGB 171 18 59 -
CMYK 0 0.89 0.65 0.33
HSL 343.92º 0.81% 0.37% -
HSV(B) 343.92º 0.89% 0.67% -
XYZ 17.8 9.41 5.02 -
YUV 68.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 171 18 59 0 0.89 0.65 0.33 343.92 0.81 0.37
Hex AB 12 3B 0 59 41 21 158 51 25
Octal 253 22 73 0 131 101 41 530 121 45
Binary 10101011 10010 111011 0 1011001 1000001 100001 101011000 1010001 100101

Color Harmonies of #AB123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB123B

Black with #AB123B

Text Example


Text Example

White with #AB123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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