Html Css Color HEX #AB1126 Carmine

📋 copy color: '#AB1126'

red 171 ◦ green 17 ◦ blue 38

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

Shades of Carmine #AB1126

Tints of Carmine #AB1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 75.66%
G = 7.52%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB1126 (or 0xAB1126) is known color: Carmine. HEX triplet: AB, 11 and 26. RGB value is (171,17,38). Sum of RGB (Red+Green+Blue) = 171+17+38=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1126 is #54EED9. Grayscale: #414141. Windows color (decimal): -5566170 or 2494891. OLE color: 2494891.

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

Color convert

RGB 171 17 38 -
CMYK 0 0.90 0.78 0.33
HSL 351.82º 0.82% 0.37% -
HSV(B) 351.82º 0.9% 0.67% -
XYZ 17.34 9.2 2.7 -
YUV 65.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 171 17 38 0 0.90 0.78 0.33 351.82 0.82 0.37
Hex AB 11 26 0 5A 4E 21 160 52 25
Octal 253 21 46 0 132 116 41 540 122 45
Binary 10101011 10001 100110 0 1011010 1001110 100001 101100000 1010010 100101

Color Harmonies of #AB1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1126

Black with #AB1126

Text Example


Text Example

White with #AB1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1126; }

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

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

background-color css

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

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

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

border-color css

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

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

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