Html Css Color HEX #AB161E Carmine

📋 copy color: '#AB161E'

red 171 ◦ green 22 ◦ blue 30

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

Shades of Carmine #AB161E

Tints of Carmine #AB161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 76.68%
G = 9.87%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB161E (or 0xAB161E) is known color: Carmine. HEX triplet: AB, 16 and 1E. RGB value is (171,22,30). Sum of RGB (Red+Green+Blue) = 171+22+30=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB161E is #54E9E1. Grayscale: #434343. Windows color (decimal): -5564898 or 1971883. OLE color: 1971883.

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

Color convert

RGB 171 22 30 -
CMYK 0 0.87 0.82 0.33
HSL 356.78º 0.77% 0.38% -
HSV(B) 356.78º 0.87% 0.67% -
XYZ 17.32 9.33 2.12 -
YUV 67.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 171 22 30 0 0.87 0.82 0.33 356.78 0.77 0.38
Hex AB 16 1E 0 57 52 21 165 4D 26
Octal 253 26 36 0 127 122 41 545 115 46
Binary 10101011 10110 11110 0 1010111 1010010 100001 101100101 1001101 100110

Color Harmonies of #AB161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB161E

Black with #AB161E

Text Example


Text Example

White with #AB161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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