Html Css Color HEX #AB1139 Cardinal

📋 copy color: '#AB1139'

red 171 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #AB1139

Tints of Cardinal #AB1139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 69.8%
G = 6.94%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB1139 (or 0xAB1139) is known color: Cardinal. HEX triplet: AB, 11 and 39. RGB value is (171,17,57). Sum of RGB (Red+Green+Blue) = 171+17+57=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1139 is #54EEC6. Grayscale: #434343. Windows color (decimal): -5566151 or 3740075. OLE color: 3740075.

HSL color Cylindrical-coordinate representation of color #AB1139: hue angle of 344.42º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1139 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 57 -
CMYK 0 0.90 0.67 0.33
HSL 344.42º 0.82% 0.37% -
HSV(B) 344.42º 0.9% 0.67% -
XYZ 17.73 9.35 4.74 -
YUV 67.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 171 17 57 0 0.90 0.67 0.33 344.42 0.82 0.37
Hex AB 11 39 0 5A 43 21 158 52 25
Octal 253 21 71 0 132 103 41 530 122 45
Binary 10101011 10001 111001 0 1011010 1000011 100001 101011000 1010010 100101

Color Harmonies of #AB1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1139

Black with #AB1139

Text Example


Text Example

White with #AB1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1139; }

 p { color: rgb(171,17,57); }

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

background-color css

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

 a { background-color: rgb(171,17,57); }

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

border-color css

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

 span { border-color: rgb(171,17,57); }

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