Html Css Color HEX #AB1626 Cardinal

📋 copy color: '#AB1626'

red 171 ◦ green 22 ◦ blue 38

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

Shades of Cardinal #AB1626

Tints of Cardinal #AB1626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

 BLUE value IS 38 (15.23% from 255) = 16.45%

R = 74.03%
G = 9.52%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB1626 (or 0xAB1626) is known color: Cardinal. HEX triplet: AB, 16 and 26. RGB value is (171,22,38). Sum of RGB (Red+Green+Blue) = 171+22+38=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1626 is #54E9D9. Grayscale: #444444. Windows color (decimal): -5564890 or 2496171. OLE color: 2496171.

HSL color Cylindrical-coordinate representation of color #AB1626: hue angle of 353.56º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1626 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 38 -
CMYK 0 0.87 0.78 0.33
HSL 353.56º 0.77% 0.38% -
HSV(B) 353.56º 0.87% 0.67% -
XYZ 17.43 9.37 2.72 -
YUV 68.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 171 22 38 0 0.87 0.78 0.33 353.56 0.77 0.38
Hex AB 16 26 0 57 4E 21 162 4D 26
Octal 253 26 46 0 127 116 41 542 115 46
Binary 10101011 10110 100110 0 1010111 1001110 100001 101100010 1001101 100110

Color Harmonies of #AB1626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1626

Black with #AB1626

Text Example


Text Example

White with #AB1626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1626; }

 p { color: rgb(171,22,38); }

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

background-color css

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

 a { background-color: rgb(171,22,38); }

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

border-color css

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

 span { border-color: rgb(171,22,38); }

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