Html Css Color HEX #AB4034 Medium Carmine

📋 copy color: '#AB4034'

red 171 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #AB4034

Tints of Medium Carmine #AB4034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 59.58%
G = 22.3%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB4034 (or 0xAB4034) is known color: Medium Carmine. HEX triplet: AB, 40 and 34. RGB value is (171,64,52). Sum of RGB (Red+Green+Blue) = 171+64+52=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4034 is #54BFCB. Grayscale: #5E5E5E. Windows color (decimal): -5554124 or 3424427. OLE color: 3424427.

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

Color convert

RGB 171 64 52 -
CMYK 0 0.63 0.70 0.33
HSL 6.05º 0.53% 0.44% -
HSV(B) 6.05º 0.7% 0.67% -
XYZ 19.25 12.57 4.66 -
YUV 94.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 171 64 52 0 0.63 0.70 0.33 6.05 0.53 0.44
Hex AB 40 34 0 3F 46 21 6 35 2C
Octal 253 100 64 0 77 106 41 6 65 54
Binary 10101011 1000000 110100 0 111111 1000110 100001 110 110101 101100

Color Harmonies of #AB4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4034

Black with #AB4034

Text Example


Text Example

White with #AB4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4034; }

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

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

background-color css

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

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

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

border-color css

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

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

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