Html Css Color HEX #AB182C Cardinal

📋 copy color: '#AB182C'

red 171 ◦ green 24 ◦ blue 44

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

Shades of Cardinal #AB182C

Tints of Cardinal #AB182C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 71.55%
G = 10.04%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB182C (or 0xAB182C) is known color: Cardinal. HEX triplet: AB, 18 and 2C. RGB value is (171,24,44). Sum of RGB (Red+Green+Blue) = 171+24+44=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB182C is #54E7D3. Grayscale: #464646. Windows color (decimal): -5564372 or 2889899. OLE color: 2889899.

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

Color convert

RGB 171 24 44 -
CMYK 0 0.86 0.74 0.33
HSL 351.84º 0.75% 0.38% -
HSV(B) 351.84º 0.86% 0.67% -
XYZ 17.58 9.49 3.29 -
YUV 70.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 171 24 44 0 0.86 0.74 0.33 351.84 0.75 0.38
Hex AB 18 2C 0 56 4A 21 160 4B 26
Octal 253 30 54 0 126 112 41 540 113 46
Binary 10101011 11000 101100 0 1010110 1001010 100001 101100000 1001011 100110

Color Harmonies of #AB182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB182C

Black with #AB182C

Text Example


Text Example

White with #AB182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB182C; }

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

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

background-color css

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

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

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

border-color css

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

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

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