Html Css Color HEX #AB1844 Cardinal

📋 copy color: '#AB1844'

red 171 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #AB1844

Tints of Cardinal #AB1844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 65.02%
G = 9.13%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB1844 (or 0xAB1844) is known color: Cardinal. HEX triplet: AB, 18 and 44. RGB value is (171,24,68). Sum of RGB (Red+Green+Blue) = 171+24+68=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1844 is #54E7BB. Grayscale: #484848. Windows color (decimal): -5564348 or 4462763. OLE color: 4462763.

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

Color convert

RGB 171 24 68 -
CMYK 0 0.86 0.60 0.33
HSL 342.04º 0.75% 0.38% -
HSV(B) 342.04º 0.86% 0.67% -
XYZ 18.16 9.73 6.39 -
YUV 72.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 171 24 68 0 0.86 0.60 0.33 342.04 0.75 0.38
Hex AB 18 44 0 56 3C 21 156 4B 26
Octal 253 30 104 0 126 74 41 526 113 46
Binary 10101011 11000 1000100 0 1010110 111100 100001 101010110 1001011 100110

Color Harmonies of #AB1844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1844

Black with #AB1844

Text Example


Text Example

White with #AB1844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1844; }

 p { color: rgb(171,24,68); }

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

background-color css

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

 a { background-color: rgb(171,24,68); }

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

border-color css

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

 span { border-color: rgb(171,24,68); }

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