Html Css Color HEX #AB4731 Medium Carmine

📋 copy color: '#AB4731'

red 171 ◦ green 71 ◦ blue 49

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

Shades of Medium Carmine #AB4731

Tints of Medium Carmine #AB4731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

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

R = 58.76%
G = 24.4%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB4731 (or 0xAB4731) is known color: Medium Carmine. HEX triplet: AB, 47 and 31. RGB value is (171,71,49). Sum of RGB (Red+Green+Blue) = 171+71+49=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4731 is #54B8CE. Grayscale: #626262. Windows color (decimal): -5552335 or 3229611. OLE color: 3229611.

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

Color convert

RGB 171 71 49 -
CMYK 0 0.58 0.71 0.33
HSL 10.82º 0.55% 0.43% -
HSV(B) 10.82º 0.71% 0.67% -
XYZ 19.6 13.39 4.46 -
YUV 98.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 171 71 49 0 0.58 0.71 0.33 10.82 0.55 0.43
Hex AB 47 31 0 3A 47 21 B 37 2B
Octal 253 107 61 0 72 107 41 13 67 53
Binary 10101011 1000111 110001 0 111010 1000111 100001 1011 110111 101011

Color Harmonies of #AB4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4731

Black with #AB4731

Text Example


Text Example

White with #AB4731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4731; }

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

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

background-color css

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

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

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

border-color css

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

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

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