Html Css Color HEX #AB151B Carmine

📋 copy color: '#AB151B'

red 171 ◦ green 21 ◦ blue 27

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

Shades of Carmine #AB151B

Tints of Carmine #AB151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.33%

R = 78.08%
G = 9.59%
B = 12.33%

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

#AB151B (or 0xAB151B) is known color: Carmine. HEX triplet: AB, 15 and 1B. RGB value is (171,21,27). Sum of RGB (Red+Green+Blue) = 171+21+27=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB151B is #54EAE4. Grayscale: #424242. Windows color (decimal): -5565157 or 1775019. OLE color: 1775019.

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

Color convert

RGB 171 21 27 -
CMYK 0 0.88 0.84 0.33
HSL 357.6º 0.78% 0.38% -
HSV(B) 357.6º 0.88% 0.67% -
XYZ 17.26 9.27 1.92 -
YUV 66.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 171 21 27 0 0.88 0.84 0.33 357.6 0.78 0.38
Hex AB 15 1B 0 58 54 21 166 4E 26
Octal 253 25 33 0 130 124 41 546 116 46
Binary 10101011 10101 11011 0 1011000 1010100 100001 101100110 1001110 100110

Color Harmonies of #AB151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB151B

Black with #AB151B

Text Example


Text Example

White with #AB151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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