Html Css Color HEX #AB4434 Medium Carmine

📋 copy color: '#AB4434'

red 171 ◦ green 68 ◦ blue 52

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

Shades of Medium Carmine #AB4434

Tints of Medium Carmine #AB4434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

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

R = 58.76%
G = 23.37%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB4434 (or 0xAB4434) is known color: Medium Carmine. HEX triplet: AB, 44 and 34. RGB value is (171,68,52). Sum of RGB (Red+Green+Blue) = 171+68+52=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4434 is #54BBCB. Grayscale: #616161. Windows color (decimal): -5553100 or 3425451. OLE color: 3425451.

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

Color convert

RGB 171 68 52 -
CMYK 0 0.60 0.70 0.33
HSL 8.07º 0.53% 0.44% -
HSV(B) 8.07º 0.7% 0.67% -
XYZ 19.48 13.04 4.74 -
YUV 96.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 171 68 52 0 0.60 0.70 0.33 8.07 0.53 0.44
Hex AB 44 34 0 3C 46 21 8 35 2C
Octal 253 104 64 0 74 106 41 10 65 54
Binary 10101011 1000100 110100 0 111100 1000110 100001 1000 110101 101100

Color Harmonies of #AB4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4434

Black with #AB4434

Text Example


Text Example

White with #AB4434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4434; }

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

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

background-color css

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

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

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

border-color css

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

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

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