Html Css Color HEX #AB151E Carmine

📋 copy color: '#AB151E'

red 171 ◦ green 21 ◦ blue 30

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

Shades of Carmine #AB151E

Tints of Carmine #AB151E

RGB

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

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

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

R = 77.03%
G = 9.46%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB151E (or 0xAB151E) is known color: Carmine. HEX triplet: AB, 15 and 1E. RGB value is (171,21,30). Sum of RGB (Red+Green+Blue) = 171+21+30=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB151E is #54EAE1. Grayscale: #424242. Windows color (decimal): -5565154 or 1971627. OLE color: 1971627.

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

Color convert

RGB 171 21 30 -
CMYK 0 0.88 0.82 0.33
HSL 356.4º 0.78% 0.38% -
HSV(B) 356.4º 0.88% 0.67% -
XYZ 17.3 9.29 2.11 -
YUV 66.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 171 21 30 0 0.88 0.82 0.33 356.4 0.78 0.38
Hex AB 15 1E 0 58 52 21 164 4E 26
Octal 253 25 36 0 130 122 41 544 116 46
Binary 10101011 10101 11110 0 1011000 1010010 100001 101100100 1001110 100110

Color Harmonies of #AB151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB151E

Black with #AB151E

Text Example


Text Example

White with #AB151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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