Html Css Color HEX #AB1840 Cardinal

📋 copy color: '#AB1840'

red 171 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #AB1840

Tints of Cardinal #AB1840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 66.02%
G = 9.27%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB1840 (or 0xAB1840) is known color: Cardinal. HEX triplet: AB, 18 and 40. RGB value is (171,24,64). Sum of RGB (Red+Green+Blue) = 171+24+64=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1840 is #54E7BF. Grayscale: #484848. Windows color (decimal): -5564352 or 4200619. OLE color: 4200619.

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

Color convert

RGB 171 24 64 -
CMYK 0 0.86 0.63 0.33
HSL 343.67º 0.75% 0.38% -
HSV(B) 343.67º 0.86% 0.67% -
XYZ 18.05 9.68 5.77 -
YUV 72.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 171 24 64 0 0.86 0.63 0.33 343.67 0.75 0.38
Hex AB 18 40 0 56 3F 21 158 4B 26
Octal 253 30 100 0 126 77 41 530 113 46
Binary 10101011 11000 1000000 0 1010110 111111 100001 101011000 1001011 100110

Color Harmonies of #AB1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1840

Black with #AB1840

Text Example


Text Example

White with #AB1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1840; }

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

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

background-color css

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

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

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

border-color css

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

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

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