Html Css Color HEX #AB1742 Cardinal

📋 copy color: '#AB1742'

red 171 ◦ green 23 ◦ blue 66

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

Shades of Cardinal #AB1742

Tints of Cardinal #AB1742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 65.77%
G = 8.85%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB1742 (or 0xAB1742) is known color: Cardinal. HEX triplet: AB, 17 and 42. RGB value is (171,23,66). Sum of RGB (Red+Green+Blue) = 171+23+66=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1742 is #54E8BD. Grayscale: #484848. Windows color (decimal): -5564606 or 4331435. OLE color: 4331435.

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

Color convert

RGB 171 23 66 -
CMYK 0 0.87 0.61 0.33
HSL 342.57º 0.76% 0.38% -
HSV(B) 342.57º 0.87% 0.67% -
XYZ 18.08 9.66 6.07 -
YUV 72.15 124.53 198.5 -
System Red Green Blue C M Y K H S L
Decimal 171 23 66 0 0.87 0.61 0.33 342.57 0.76 0.38
Hex AB 17 42 0 57 3D 21 157 4C 26
Octal 253 27 102 0 127 75 41 527 114 46
Binary 10101011 10111 1000010 0 1010111 111101 100001 101010111 1001100 100110

Color Harmonies of #AB1742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1742

Black with #AB1742

Text Example


Text Example

White with #AB1742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1742; }

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

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

background-color css

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

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

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

border-color css

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

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

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