Html Css Color HEX #AB4232 Medium Carmine

📋 copy color: '#AB4232'

red 171 ◦ green 66 ◦ blue 50

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

Shades of Medium Carmine #AB4232

Tints of Medium Carmine #AB4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 59.58%
G = 23%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB4232 (or 0xAB4232) is known color: Medium Carmine. HEX triplet: AB, 42 and 32. RGB value is (171,66,50). Sum of RGB (Red+Green+Blue) = 171+66+50=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4232 is #54BDCD. Grayscale: #5F5F5F. Windows color (decimal): -5553614 or 3293867. OLE color: 3293867.

HSL color Cylindrical-coordinate representation of color #AB4232: hue angle of 7.93º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB4232 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 50 -
CMYK 0 0.61 0.71 0.33
HSL 7.93º 0.55% 0.43% -
HSV(B) 7.93º 0.71% 0.67% -
XYZ 19.32 12.78 4.47 -
YUV 95.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 171 66 50 0 0.61 0.71 0.33 7.93 0.55 0.43
Hex AB 42 32 0 3D 47 21 8 37 2B
Octal 253 102 62 0 75 107 41 10 67 53
Binary 10101011 1000010 110010 0 111101 1000111 100001 1000 110111 101011

Color Harmonies of #AB4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4232

Black with #AB4232

Text Example


Text Example

White with #AB4232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4232; }

 p { color: rgb(171,66,50); }

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

background-color css

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

 a { background-color: rgb(171,66,50); }

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

border-color css

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

 span { border-color: rgb(171,66,50); }

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