Html Css Color HEX #AB4734 Medium Carmine

📋 copy color: '#AB4734'

red 171 ◦ green 71 ◦ blue 52

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

Shades of Medium Carmine #AB4734

Tints of Medium Carmine #AB4734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 58.16%
G = 24.15%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB4734 (or 0xAB4734) is known color: Medium Carmine. HEX triplet: AB, 47 and 34. RGB value is (171,71,52). Sum of RGB (Red+Green+Blue) = 171+71+52=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4734 is #54B8CB. Grayscale: #626262. Windows color (decimal): -5552332 or 3426219. OLE color: 3426219.

HSL color Cylindrical-coordinate representation of color #AB4734: hue angle of 9.58º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4734 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 52 -
CMYK 0 0.58 0.70 0.33
HSL 9.58º 0.53% 0.44% -
HSV(B) 9.58º 0.7% 0.67% -
XYZ 19.67 13.41 4.8 -
YUV 98.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 171 71 52 0 0.58 0.70 0.33 9.58 0.53 0.44
Hex AB 47 34 0 3A 46 21 A 35 2C
Octal 253 107 64 0 72 106 41 12 65 54
Binary 10101011 1000111 110100 0 111010 1000110 100001 1010 110101 101100

Color Harmonies of #AB4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4734

Black with #AB4734

Text Example


Text Example

White with #AB4734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4734; }

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

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

background-color css

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

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

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

border-color css

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

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

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