Html Css Color HEX #AB131A Carmine

📋 copy color: '#AB131A'

red 171 ◦ green 19 ◦ blue 26

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

Shades of Carmine #AB131A

Tints of Carmine #AB131A

RGB

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

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

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

R = 79.17%
G = 8.8%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB131A (or 0xAB131A) is known color: Carmine. HEX triplet: AB, 13 and 1A. RGB value is (171,19,26). Sum of RGB (Red+Green+Blue) = 171+19+26=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB131A is #54ECE5. Grayscale: #414141. Windows color (decimal): -5565670 or 1708971. OLE color: 1708971.

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

Color convert

RGB 171 19 26 -
CMYK 0 0.89 0.85 0.33
HSL 357.24º 0.8% 0.37% -
HSV(B) 357.24º 0.89% 0.67% -
XYZ 17.21 9.2 1.85 -
YUV 65.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 171 19 26 0 0.89 0.85 0.33 357.24 0.8 0.37
Hex AB 13 1A 0 59 55 21 165 50 25
Octal 253 23 32 0 131 125 41 545 120 45
Binary 10101011 10011 11010 0 1011001 1010101 100001 101100101 1010000 100101

Color Harmonies of #AB131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB131A

Black with #AB131A

Text Example


Text Example

White with #AB131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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