Html Css Color HEX #AB131F Carmine

📋 copy color: '#AB131F'

red 171 ◦ green 19 ◦ blue 31

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

Shades of Carmine #AB131F

Tints of Carmine #AB131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 77.38%
G = 8.6%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB131F (or 0xAB131F) is known color: Carmine. HEX triplet: AB, 13 and 1F. RGB value is (171,19,31). Sum of RGB (Red+Green+Blue) = 171+19+31=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB131F is #54ECE0. Grayscale: #414141. Windows color (decimal): -5565665 or 2036651. OLE color: 2036651.

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

Color convert

RGB 171 19 31 -
CMYK 0 0.89 0.82 0.33
HSL 355.26º 0.8% 0.37% -
HSV(B) 355.26º 0.89% 0.67% -
XYZ 17.27 9.22 2.17 -
YUV 65.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 171 19 31 0 0.89 0.82 0.33 355.26 0.8 0.37
Hex AB 13 1F 0 59 52 21 163 50 25
Octal 253 23 37 0 131 122 41 543 120 45
Binary 10101011 10011 11111 0 1011001 1010010 100001 101100011 1010000 100101

Color Harmonies of #AB131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB131F

Black with #AB131F

Text Example


Text Example

White with #AB131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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