Html Css Color HEX #AB1745 Cardinal

📋 copy color: '#AB1745'

red 171 ◦ green 23 ◦ blue 69

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

Shades of Cardinal #AB1745

Tints of Cardinal #AB1745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 69 (27.34% from 255) = 26.24%

R = 65.02%
G = 8.75%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB1745 (or 0xAB1745) is known color: Cardinal. HEX triplet: AB, 17 and 45. RGB value is (171,23,69). Sum of RGB (Red+Green+Blue) = 171+23+69=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1745 is #54E8BA. Grayscale: #484848. Windows color (decimal): -5564603 or 4528043. OLE color: 4528043.

HSL color Cylindrical-coordinate representation of color #AB1745: hue angle of 341.35º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1745 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 23 69 -
CMYK 0 0.87 0.60 0.33
HSL 341.35º 0.76% 0.38% -
HSV(B) 341.35º 0.87% 0.67% -
XYZ 18.18 9.7 6.54 -
YUV 72.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 171 23 69 0 0.87 0.60 0.33 341.35 0.76 0.38
Hex AB 17 45 0 57 3C 21 155 4C 26
Octal 253 27 105 0 127 74 41 525 114 46
Binary 10101011 10111 1000101 0 1010111 111100 100001 101010101 1001100 100110

Color Harmonies of #AB1745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1745

Black with #AB1745

Text Example


Text Example

White with #AB1745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1745; }

 p { color: rgb(171,23,69); }

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

background-color css

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

 a { background-color: rgb(171,23,69); }

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

border-color css

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

 span { border-color: rgb(171,23,69); }

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