Html Css Color HEX #AB1841 Cardinal

📋 copy color: '#AB1841'

red 171 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #AB1841

Tints of Cardinal #AB1841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25%

R = 65.77%
G = 9.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB1841 (or 0xAB1841) is known color: Cardinal. HEX triplet: AB, 18 and 41. RGB value is (171,24,65). Sum of RGB (Red+Green+Blue) = 171+24+65=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1841 is #54E7BE. Grayscale: #484848. Windows color (decimal): -5564351 or 4266155. OLE color: 4266155.

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

Color convert

RGB 171 24 65 -
CMYK 0 0.86 0.62 0.33
HSL 343.27º 0.75% 0.38% -
HSV(B) 343.27º 0.86% 0.67% -
XYZ 18.08 9.69 5.92 -
YUV 72.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 171 24 65 0 0.86 0.62 0.33 343.27 0.75 0.38
Hex AB 18 41 0 56 3E 21 157 4B 26
Octal 253 30 101 0 126 76 41 527 113 46
Binary 10101011 11000 1000001 0 1010110 111110 100001 101010111 1001011 100110

Color Harmonies of #AB1841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1841

Black with #AB1841

Text Example


Text Example

White with #AB1841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1841; }

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

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

background-color css

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

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

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

border-color css

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

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

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