Html Css Color HEX #AB1621 Carmine

📋 copy color: '#AB1621'

red 171 ◦ green 22 ◦ blue 33

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

Shades of Carmine #AB1621

Tints of Carmine #AB1621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.6%

R = 75.66%
G = 9.73%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB1621 (or 0xAB1621) is known color: Carmine. HEX triplet: AB, 16 and 21. RGB value is (171,22,33). Sum of RGB (Red+Green+Blue) = 171+22+33=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1621 is #54E9DE. Grayscale: #434343. Windows color (decimal): -5564895 or 2168491. OLE color: 2168491.

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

Color convert

RGB 171 22 33 -
CMYK 0 0.87 0.81 0.33
HSL 355.57º 0.77% 0.38% -
HSV(B) 355.57º 0.87% 0.67% -
XYZ 17.36 9.34 2.33 -
YUV 67.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 171 22 33 0 0.87 0.81 0.33 355.57 0.77 0.38
Hex AB 16 21 0 57 51 21 164 4D 26
Octal 253 26 41 0 127 121 41 544 115 46
Binary 10101011 10110 100001 0 1010111 1010001 100001 101100100 1001101 100110

Color Harmonies of #AB1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1621

Black with #AB1621

Text Example


Text Example

White with #AB1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1621; }

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

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

background-color css

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

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

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

border-color css

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

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

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