Html Css Color HEX #AB151A Carmine

📋 copy color: '#AB151A'

red 171 ◦ green 21 ◦ blue 26

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

Shades of Carmine #AB151A

Tints of Carmine #AB151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 78.44%
G = 9.63%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB151A (or 0xAB151A) is known color: Carmine. HEX triplet: AB, 15 and 1A. RGB value is (171,21,26). Sum of RGB (Red+Green+Blue) = 171+21+26=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB151A is #54EAE5. Grayscale: #424242. Windows color (decimal): -5565158 or 1709483. OLE color: 1709483.

HSL color Cylindrical-coordinate representation of color #AB151A: hue angle of 358º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB151A is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 26 -
CMYK 0 0.88 0.85 0.33
HSL 358º 0.78% 0.38% -
HSV(B) 358º 0.88% 0.67% -
XYZ 17.25 9.27 1.86 -
YUV 66.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 171 21 26 0 0.88 0.85 0.33 358 0.78 0.38
Hex AB 15 1A 0 58 55 21 166 4E 26
Octal 253 25 32 0 130 125 41 546 116 46
Binary 10101011 10101 11010 0 1011000 1010101 100001 101100110 1001110 100110

Color Harmonies of #AB151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB151A

Black with #AB151A

Text Example


Text Example

White with #AB151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB151A; }

 p { color: rgb(171,21,26); }

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

background-color css

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

 a { background-color: rgb(171,21,26); }

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

border-color css

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

 span { border-color: rgb(171,21,26); }

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