Html Css Color HEX #AB4334 Medium Carmine

📋 copy color: '#AB4334'

red 171 ◦ green 67 ◦ blue 52

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

Shades of Medium Carmine #AB4334

Tints of Medium Carmine #AB4334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 58.97%
G = 23.1%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB4334 (or 0xAB4334) is known color: Medium Carmine. HEX triplet: AB, 43 and 34. RGB value is (171,67,52). Sum of RGB (Red+Green+Blue) = 171+67+52=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4334 is #54BCCB. Grayscale: #606060. Windows color (decimal): -5553356 or 3425195. OLE color: 3425195.

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

Color convert

RGB 171 67 52 -
CMYK 0 0.61 0.70 0.33
HSL 7.56º 0.53% 0.44% -
HSV(B) 7.56º 0.7% 0.67% -
XYZ 19.42 12.92 4.72 -
YUV 96.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 171 67 52 0 0.61 0.70 0.33 7.56 0.53 0.44
Hex AB 43 34 0 3D 46 21 8 35 2C
Octal 253 103 64 0 75 106 41 10 65 54
Binary 10101011 1000011 110100 0 111101 1000110 100001 1000 110101 101100

Color Harmonies of #AB4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4334

Black with #AB4334

Text Example


Text Example

White with #AB4334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4334; }

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

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

background-color css

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

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

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

border-color css

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

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

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