Html Css Color HEX #AB131C Carmine

📋 copy color: '#AB131C'

red 171 ◦ green 19 ◦ blue 28

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

Shades of Carmine #AB131C

Tints of Carmine #AB131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 78.44%
G = 8.72%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB131C (or 0xAB131C) is known color: Carmine. HEX triplet: AB, 13 and 1C. RGB value is (171,19,28). Sum of RGB (Red+Green+Blue) = 171+19+28=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB131C is #54ECE3. Grayscale: #414141. Windows color (decimal): -5565668 or 1840043. OLE color: 1840043.

HSL color Cylindrical-coordinate representation of color #AB131C: hue angle of 356.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB131C is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 19 28 -
CMYK 0 0.89 0.84 0.33
HSL 356.45º 0.8% 0.37% -
HSV(B) 356.45º 0.89% 0.67% -
XYZ 17.24 9.21 1.97 -
YUV 65.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 171 19 28 0 0.89 0.84 0.33 356.45 0.8 0.37
Hex AB 13 1C 0 59 54 21 164 50 25
Octal 253 23 34 0 131 124 41 544 120 45
Binary 10101011 10011 11100 0 1011001 1010100 100001 101100100 1010000 100101

Color Harmonies of #AB131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB131C

Black with #AB131C

Text Example


Text Example

White with #AB131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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