Html Css Color HEX #AB113F Cardinal

📋 copy color: '#AB113F'

red 171 ◦ green 17 ◦ blue 63

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

Shades of Cardinal #AB113F

Tints of Cardinal #AB113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.1%

R = 68.13%
G = 6.77%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB113F (or 0xAB113F) is known color: Cardinal. HEX triplet: AB, 11 and 3F. RGB value is (171,17,63). Sum of RGB (Red+Green+Blue) = 171+17+63=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB113F is #54EEC0. Grayscale: #444444. Windows color (decimal): -5566145 or 4133291. OLE color: 4133291.

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

Color convert

RGB 171 17 63 -
CMYK 0 0.90 0.63 0.33
HSL 342.08º 0.82% 0.37% -
HSV(B) 342.08º 0.9% 0.67% -
XYZ 17.89 9.42 5.58 -
YUV 68.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 171 17 63 0 0.90 0.63 0.33 342.08 0.82 0.37
Hex AB 11 3F 0 5A 3F 21 156 52 25
Octal 253 21 77 0 132 77 41 526 122 45
Binary 10101011 10001 111111 0 1011010 111111 100001 101010110 1010010 100101

Color Harmonies of #AB113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB113F

Black with #AB113F

Text Example


Text Example

White with #AB113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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