Html Css Color HEX #AB161D Carmine

📋 copy color: '#AB161D'

red 171 ◦ green 22 ◦ blue 29

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

Shades of Carmine #AB161D

Tints of Carmine #AB161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 77.03%
G = 9.91%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB161D (or 0xAB161D) is known color: Carmine. HEX triplet: AB, 16 and 1D. RGB value is (171,22,29). Sum of RGB (Red+Green+Blue) = 171+22+29=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB161D is #54E9E2. Grayscale: #434343. Windows color (decimal): -5564899 or 1906347. OLE color: 1906347.

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

Color convert

RGB 171 22 29 -
CMYK 0 0.87 0.83 0.33
HSL 357.18º 0.77% 0.38% -
HSV(B) 357.18º 0.87% 0.67% -
XYZ 17.3 9.32 2.05 -
YUV 67.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 171 22 29 0 0.87 0.83 0.33 357.18 0.77 0.38
Hex AB 16 1D 0 57 53 21 165 4D 26
Octal 253 26 35 0 127 123 41 545 115 46
Binary 10101011 10110 11101 0 1010111 1010011 100001 101100101 1001101 100110

Color Harmonies of #AB161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB161D

Black with #AB161D

Text Example


Text Example

White with #AB161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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