Html Css Color HEX #AB151C Carmine

📋 copy color: '#AB151C'

red 171 ◦ green 21 ◦ blue 28

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

Shades of Carmine #AB151C

Tints of Carmine #AB151C

RGB

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

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

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

R = 77.73%
G = 9.55%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB151C (or 0xAB151C) is known color: Carmine. HEX triplet: AB, 15 and 1C. RGB value is (171,21,28). Sum of RGB (Red+Green+Blue) = 171+21+28=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB151C is #54EAE3. Grayscale: #424242. Windows color (decimal): -5565156 or 1840555. OLE color: 1840555.

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

Color convert

RGB 171 21 28 -
CMYK 0 0.88 0.84 0.33
HSL 357.2º 0.78% 0.38% -
HSV(B) 357.2º 0.88% 0.67% -
XYZ 17.27 9.28 1.98 -
YUV 66.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 171 21 28 0 0.88 0.84 0.33 357.2 0.78 0.38
Hex AB 15 1C 0 58 54 21 165 4E 26
Octal 253 25 34 0 130 124 41 545 116 46
Binary 10101011 10101 11100 0 1011000 1010100 100001 101100101 1001110 100110

Color Harmonies of #AB151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB151C

Black with #AB151C

Text Example


Text Example

White with #AB151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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