Html Css Color HEX #AB161C Carmine

📋 copy color: '#AB161C'

red 171 ◦ green 22 ◦ blue 28

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

Shades of Carmine #AB161C

Tints of Carmine #AB161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 77.38%
G = 9.95%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB161C (or 0xAB161C) is known color: Carmine. HEX triplet: AB, 16 and 1C. RGB value is (171,22,28). Sum of RGB (Red+Green+Blue) = 171+22+28=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB161C is #54E9E3. Grayscale: #434343. Windows color (decimal): -5564900 or 1840811. OLE color: 1840811.

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

Color convert

RGB 171 22 28 -
CMYK 0 0.87 0.84 0.33
HSL 357.58º 0.77% 0.38% -
HSV(B) 357.58º 0.87% 0.67% -
XYZ 17.29 9.32 1.99 -
YUV 67.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 171 22 28 0 0.87 0.84 0.33 357.58 0.77 0.38
Hex AB 16 1C 0 57 54 21 166 4D 26
Octal 253 26 34 0 127 124 41 546 115 46
Binary 10101011 10110 11100 0 1010111 1010100 100001 101100110 1001101 100110

Color Harmonies of #AB161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB161C

Black with #AB161C

Text Example


Text Example

White with #AB161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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