Html Css Color HEX #AB1722 Carmine

📋 copy color: '#AB1722'

red 171 ◦ green 23 ◦ blue 34

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

Shades of Carmine #AB1722

Tints of Carmine #AB1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

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

R = 75%
G = 10.09%
B = 14.91%

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

#AB1722 (or 0xAB1722) is known color: Carmine. HEX triplet: AB, 17 and 22. RGB value is (171,23,34). Sum of RGB (Red+Green+Blue) = 171+23+34=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1722 is #54E8DD. Grayscale: #444444. Windows color (decimal): -5564638 or 2234283. OLE color: 2234283.

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

Color convert

RGB 171 23 34 -
CMYK 0 0.87 0.80 0.33
HSL 355.54º 0.76% 0.38% -
HSV(B) 355.54º 0.87% 0.67% -
XYZ 17.39 9.39 2.41 -
YUV 68.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 171 23 34 0 0.87 0.80 0.33 355.54 0.76 0.38
Hex AB 17 22 0 57 50 21 164 4C 26
Octal 253 27 42 0 127 120 41 544 114 46
Binary 10101011 10111 100010 0 1010111 1010000 100001 101100100 1001100 100110

Color Harmonies of #AB1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1722

Black with #AB1722

Text Example


Text Example

White with #AB1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1722; }

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

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

background-color css

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

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

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

border-color css

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

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

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