Html Css Color HEX #AB1128 Carmine

📋 copy color: '#AB1128'

red 171 ◦ green 17 ◦ blue 40

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

Shades of Carmine #AB1128

Tints of Carmine #AB1128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 75%
G = 7.46%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB1128 (or 0xAB1128) is known color: Carmine. HEX triplet: AB, 11 and 28. RGB value is (171,17,40). Sum of RGB (Red+Green+Blue) = 171+17+40=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1128 is #54EED7. Grayscale: #414141. Windows color (decimal): -5566168 or 2625963. OLE color: 2625963.

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

Color convert

RGB 171 17 40 -
CMYK 0 0.90 0.77 0.33
HSL 351.04º 0.82% 0.37% -
HSV(B) 351.04º 0.9% 0.67% -
XYZ 17.38 9.21 2.87 -
YUV 65.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 171 17 40 0 0.90 0.77 0.33 351.04 0.82 0.37
Hex AB 11 28 0 5A 4D 21 15F 52 25
Octal 253 21 50 0 132 115 41 537 122 45
Binary 10101011 10001 101000 0 1011010 1001101 100001 101011111 1010010 100101

Color Harmonies of #AB1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1128

Black with #AB1128

Text Example


Text Example

White with #AB1128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1128; }

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

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

background-color css

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

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

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

border-color css

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

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

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