Html Css Color HEX #AB4834 Medium Carmine

📋 copy color: '#AB4834'

red 171 ◦ green 72 ◦ blue 52

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

Shades of Medium Carmine #AB4834

Tints of Medium Carmine #AB4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 57.97%
G = 24.41%
B = 17.63%

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

#AB4834 (or 0xAB4834) is known color: Medium Carmine. HEX triplet: AB, 48 and 34. RGB value is (171,72,52). Sum of RGB (Red+Green+Blue) = 171+72+52=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4834 is #54B7CB. Grayscale: #636363. Windows color (decimal): -5552076 or 3426475. OLE color: 3426475.

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

Color convert

RGB 171 72 52 -
CMYK 0 0.58 0.70 0.33
HSL 10.08º 0.53% 0.44% -
HSV(B) 10.08º 0.7% 0.67% -
XYZ 19.73 13.54 4.82 -
YUV 99.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 171 72 52 0 0.58 0.70 0.33 10.08 0.53 0.44
Hex AB 48 34 0 3A 46 21 A 35 2C
Octal 253 110 64 0 72 106 41 12 65 54
Binary 10101011 1001000 110100 0 111010 1000110 100001 1010 110101 101100

Color Harmonies of #AB4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4834

Black with #AB4834

Text Example


Text Example

White with #AB4834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4834; }

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

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

background-color css

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

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

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

border-color css

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

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

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