Html Css Color HEX #AB1122 Carmine

📋 copy color: '#AB1122'

red 171 ◦ green 17 ◦ blue 34

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

Shades of Carmine #AB1122

Tints of Carmine #AB1122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.32%

R = 77.03%
G = 7.66%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB1122 (or 0xAB1122) is known color: Carmine. HEX triplet: AB, 11 and 22. RGB value is (171,17,34). Sum of RGB (Red+Green+Blue) = 171+17+34=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1122 is #54EEDD. Grayscale: #414141. Windows color (decimal): -5566174 or 2232747. OLE color: 2232747.

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

Color convert

RGB 171 17 34 -
CMYK 0 0.90 0.80 0.33
HSL 353.38º 0.82% 0.37% -
HSV(B) 353.38º 0.9% 0.67% -
XYZ 17.28 9.17 2.37 -
YUV 64.98 110.52 203.62 -
System Red Green Blue C M Y K H S L
Decimal 171 17 34 0 0.90 0.80 0.33 353.38 0.82 0.37
Hex AB 11 22 0 5A 50 21 161 52 25
Octal 253 21 42 0 132 120 41 541 122 45
Binary 10101011 10001 100010 0 1011010 1010000 100001 101100001 1010010 100101

Color Harmonies of #AB1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1122

Black with #AB1122

Text Example


Text Example

White with #AB1122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1122; }

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

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

background-color css

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

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

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

border-color css

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

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

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