Html Css Color HEX #AB1627 Cardinal

📋 copy color: '#AB1627'

red 171 ◦ green 22 ◦ blue 39

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

Shades of Cardinal #AB1627

Tints of Cardinal #AB1627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.81%

R = 73.71%
G = 9.48%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB1627 (or 0xAB1627) is known color: Cardinal. HEX triplet: AB, 16 and 27. RGB value is (171,22,39). Sum of RGB (Red+Green+Blue) = 171+22+39=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1627 is #54E9D8. Grayscale: #444444. Windows color (decimal): -5564889 or 2561707. OLE color: 2561707.

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

Color convert

RGB 171 22 39 -
CMYK 0 0.87 0.77 0.33
HSL 353.15º 0.77% 0.38% -
HSV(B) 353.15º 0.87% 0.67% -
XYZ 17.45 9.38 2.81 -
YUV 68.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 171 22 39 0 0.87 0.77 0.33 353.15 0.77 0.38
Hex AB 16 27 0 57 4D 21 161 4D 26
Octal 253 26 47 0 127 115 41 541 115 46
Binary 10101011 10110 100111 0 1010111 1001101 100001 101100001 1001101 100110

Color Harmonies of #AB1627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1627

Black with #AB1627

Text Example


Text Example

White with #AB1627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1627; }

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

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

background-color css

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

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

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

border-color css

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

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

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