Html Css Color HEX #AB1746 Cardinal

📋 copy color: '#AB1746'

red 171 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #AB1746

Tints of Cardinal #AB1746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 64.77%
G = 8.71%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB1746 (or 0xAB1746) is known color: Cardinal. HEX triplet: AB, 17 and 46. RGB value is (171,23,70). Sum of RGB (Red+Green+Blue) = 171+23+70=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1746 is #54E8B9. Grayscale: #484848. Windows color (decimal): -5564602 or 4593579. OLE color: 4593579.

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

Color convert

RGB 171 23 70 -
CMYK 0 0.87 0.59 0.33
HSL 340.95º 0.76% 0.38% -
HSV(B) 340.95º 0.87% 0.67% -
XYZ 18.21 9.71 6.71 -
YUV 72.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 171 23 70 0 0.87 0.59 0.33 340.95 0.76 0.38
Hex AB 17 46 0 57 3B 21 155 4C 26
Octal 253 27 106 0 127 73 41 525 114 46
Binary 10101011 10111 1000110 0 1010111 111011 100001 101010101 1001100 100110

Color Harmonies of #AB1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1746

Black with #AB1746

Text Example


Text Example

White with #AB1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1746; }

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

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

background-color css

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

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

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

border-color css

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

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

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