Html Css Color HEX #AB3E31 Medium Carmine

📋 copy color: '#AB3E31'

red 171 ◦ green 62 ◦ blue 49

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

Shades of Medium Carmine #AB3E31

Tints of Medium Carmine #AB3E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

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

R = 60.64%
G = 21.99%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB3E31 (or 0xAB3E31) is known color: Medium Carmine. HEX triplet: AB, 3E and 31. RGB value is (171,62,49). Sum of RGB (Red+Green+Blue) = 171+62+49=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E31 is #54C1CE. Grayscale: #5D5D5D. Windows color (decimal): -5554639 or 3227307. OLE color: 3227307.

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

Color convert

RGB 171 62 49 -
CMYK 0 0.64 0.71 0.33
HSL 6.39º 0.55% 0.43% -
HSV(B) 6.39º 0.71% 0.67% -
XYZ 19.07 12.32 4.28 -
YUV 93.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 171 62 49 0 0.64 0.71 0.33 6.39 0.55 0.43
Hex AB 3E 31 0 40 47 21 6 37 2B
Octal 253 76 61 0 100 107 41 6 67 53
Binary 10101011 111110 110001 0 1000000 1000111 100001 110 110111 101011

Color Harmonies of #AB3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3E31

Black with #AB3E31

Text Example


Text Example

White with #AB3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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