Html Css Color HEX #AB4A39 Medium Carmine

📋 copy color: '#AB4A39'

red 171 ◦ green 74 ◦ blue 57

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

Shades of Medium Carmine #AB4A39

Tints of Medium Carmine #AB4A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.5%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 56.62%
G = 24.5%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB4A39 (or 0xAB4A39) is known color: Medium Carmine. HEX triplet: AB, 4A and 39. RGB value is (171,74,57). Sum of RGB (Red+Green+Blue) = 171+74+57=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A39 is #54B5C6. Grayscale: #656565. Windows color (decimal): -5551559 or 3754667. OLE color: 3754667.

HSL color Cylindrical-coordinate representation of color #AB4A39: hue angle of 8.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4A39 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 74 57 -
CMYK 0 0.57 0.67 0.33
HSL 8.95º 0.5% 0.45% -
HSV(B) 8.95º 0.67% 0.67% -
XYZ 19.98 13.85 5.49 -
YUV 101.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 171 74 57 0 0.57 0.67 0.33 8.95 0.5 0.45
Hex AB 4A 39 0 39 43 21 9 32 2D
Octal 253 112 71 0 71 103 41 11 62 55
Binary 10101011 1001010 111001 0 111001 1000011 100001 1001 110010 101101

Color Harmonies of #AB4A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A39

Black with #AB4A39

Text Example


Text Example

White with #AB4A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A39; }

 p { color: rgb(171,74,57); }

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

background-color css

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

 a { background-color: rgb(171,74,57); }

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

border-color css

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

 span { border-color: rgb(171,74,57); }

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