Html Css Color HEX #AB183C Cardinal

📋 copy color: '#AB183C'

red 171 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #AB183C

Tints of Cardinal #AB183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 67.06%
G = 9.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB183C (or 0xAB183C) is known color: Cardinal. HEX triplet: AB, 18 and 3C. RGB value is (171,24,60). Sum of RGB (Red+Green+Blue) = 171+24+60=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB183C is #54E7C3. Grayscale: #484848. Windows color (decimal): -5564356 or 3938475. OLE color: 3938475.

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

Color convert

RGB 171 24 60 -
CMYK 0 0.86 0.65 0.33
HSL 345.31º 0.75% 0.38% -
HSV(B) 345.31º 0.86% 0.67% -
XYZ 17.94 9.64 5.19 -
YUV 72.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 171 24 60 0 0.86 0.65 0.33 345.31 0.75 0.38
Hex AB 18 3C 0 56 41 21 159 4B 26
Octal 253 30 74 0 126 101 41 531 113 46
Binary 10101011 11000 111100 0 1010110 1000001 100001 101011001 1001011 100110

Color Harmonies of #AB183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB183C

Black with #AB183C

Text Example


Text Example

White with #AB183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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