Html Css Color HEX #AB3F31 Medium Carmine

📋 copy color: '#AB3F31'

red 171 ◦ green 63 ◦ blue 49

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

Shades of Medium Carmine #AB3F31

Tints of Medium Carmine #AB3F31

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 60.42%
G = 22.26%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB3F31 (or 0xAB3F31) is known color: Medium Carmine. HEX triplet: AB, 3F and 31. RGB value is (171,63,49). Sum of RGB (Red+Green+Blue) = 171+63+49=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F31 is #54C0CE. Grayscale: #5D5D5D. Windows color (decimal): -5554383 or 3227563. OLE color: 3227563.

HSL color Cylindrical-coordinate representation of color #AB3F31: hue angle of 6.89º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3F31 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 63 49 -
CMYK 0 0.63 0.71 0.33
HSL 6.89º 0.55% 0.43% -
HSV(B) 6.89º 0.71% 0.67% -
XYZ 19.13 12.43 4.3 -
YUV 93.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 171 63 49 0 0.63 0.71 0.33 6.89 0.55 0.43
Hex AB 3F 31 0 3F 47 21 7 37 2B
Octal 253 77 61 0 77 107 41 7 67 53
Binary 10101011 111111 110001 0 111111 1000111 100001 111 110111 101011

Color Harmonies of #AB3F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F31

Black with #AB3F31

Text Example


Text Example

White with #AB3F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F31; }

 p { color: rgb(171,63,49); }

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

background-color css

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

 a { background-color: rgb(171,63,49); }

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

border-color css

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

 span { border-color: rgb(171,63,49); }

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