Html Css Color HEX #AB473B Medium Carmine

📋 copy color: '#AB473B'

red 171 ◦ green 71 ◦ blue 59

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

Shades of Medium Carmine #AB473B

Tints of Medium Carmine #AB473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 56.81%
G = 23.59%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB473B (or 0xAB473B) is known color: Medium Carmine. HEX triplet: AB, 47 and 3B. RGB value is (171,71,59). Sum of RGB (Red+Green+Blue) = 171+71+59=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB473B is #54B8C4. Grayscale: #636363. Windows color (decimal): -5552325 or 3884971. OLE color: 3884971.

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

Color convert

RGB 171 71 59 -
CMYK 0 0.58 0.65 0.33
HSL 6.43º 0.49% 0.45% -
HSV(B) 6.43º 0.65% 0.67% -
XYZ 19.84 13.48 5.69 -
YUV 99.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 171 71 59 0 0.58 0.65 0.33 6.43 0.49 0.45
Hex AB 47 3B 0 3A 41 21 6 31 2D
Octal 253 107 73 0 72 101 41 6 61 55
Binary 10101011 1000111 111011 0 111010 1000001 100001 110 110001 101101

Color Harmonies of #AB473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB473B

Black with #AB473B

Text Example


Text Example

White with #AB473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB473B; }

 p { color: rgb(171,71,59); }

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

background-color css

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

 a { background-color: rgb(171,71,59); }

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

border-color css

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

 span { border-color: rgb(171,71,59); }

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