Html Css Color HEX #AB1622 Carmine

📋 copy color: '#AB1622'

red 171 ◦ green 22 ◦ blue 34

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

Shades of Carmine #AB1622

Tints of Carmine #AB1622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 75.33%
G = 9.69%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB1622 (or 0xAB1622) is known color: Carmine. HEX triplet: AB, 16 and 22. RGB value is (171,22,34). Sum of RGB (Red+Green+Blue) = 171+22+34=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1622 is #54E9DD. Grayscale: #444444. Windows color (decimal): -5564894 or 2234027. OLE color: 2234027.

HSL color Cylindrical-coordinate representation of color #AB1622: hue angle of 355.17º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1622 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 34 -
CMYK 0 0.87 0.80 0.33
HSL 355.17º 0.77% 0.38% -
HSV(B) 355.17º 0.87% 0.67% -
XYZ 17.37 9.35 2.4 -
YUV 67.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 171 22 34 0 0.87 0.80 0.33 355.17 0.77 0.38
Hex AB 16 22 0 57 50 21 163 4D 26
Octal 253 26 42 0 127 120 41 543 115 46
Binary 10101011 10110 100010 0 1010111 1010000 100001 101100011 1001101 100110

Color Harmonies of #AB1622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1622

Black with #AB1622

Text Example


Text Example

White with #AB1622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1622; }

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

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

background-color css

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

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

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

border-color css

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

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

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