Html Css Color HEX #AB1836 Cardinal

📋 copy color: '#AB1836'

red 171 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #AB1836

Tints of Cardinal #AB1836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.69%

R = 68.67%
G = 9.64%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB1836 (or 0xAB1836) is known color: Cardinal. HEX triplet: AB, 18 and 36. RGB value is (171,24,54). Sum of RGB (Red+Green+Blue) = 171+24+54=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1836 is #54E7C9. Grayscale: #474747. Windows color (decimal): -5564362 or 3545259. OLE color: 3545259.

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

Color convert

RGB 171 24 54 -
CMYK 0 0.86 0.68 0.33
HSL 347.76º 0.75% 0.38% -
HSV(B) 347.76º 0.86% 0.67% -
XYZ 17.79 9.58 4.4 -
YUV 71.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 171 24 54 0 0.86 0.68 0.33 347.76 0.75 0.38
Hex AB 18 36 0 56 44 21 15C 4B 26
Octal 253 30 66 0 126 104 41 534 113 46
Binary 10101011 11000 110110 0 1010110 1000100 100001 101011100 1001011 100110

Color Harmonies of #AB1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1836

Black with #AB1836

Text Example


Text Example

White with #AB1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1836; }

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

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

background-color css

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

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

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

border-color css

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

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

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