Html Css Color HEX #AB1129 Carmine

📋 copy color: '#AB1129'

red 171 ◦ green 17 ◦ blue 41

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

Shades of Carmine #AB1129

Tints of Carmine #AB1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 74.67%
G = 7.42%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB1129 (or 0xAB1129) is known color: Carmine. HEX triplet: AB, 11 and 29. RGB value is (171,17,41). Sum of RGB (Red+Green+Blue) = 171+17+41=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1129 is #54EED6. Grayscale: #414141. Windows color (decimal): -5566167 or 2691499. OLE color: 2691499.

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

Color convert

RGB 171 17 41 -
CMYK 0 0.90 0.76 0.33
HSL 350.65º 0.82% 0.37% -
HSV(B) 350.65º 0.9% 0.67% -
XYZ 17.4 9.22 2.96 -
YUV 65.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 171 17 41 0 0.90 0.76 0.33 350.65 0.82 0.37
Hex AB 11 29 0 5A 4C 21 15F 52 25
Octal 253 21 51 0 132 114 41 537 122 45
Binary 10101011 10001 101001 0 1011010 1001100 100001 101011111 1010010 100101

Color Harmonies of #AB1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1129

Black with #AB1129

Text Example


Text Example

White with #AB1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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