Html Css Color HEX #AB473D Medium Carmine

📋 copy color: '#AB473D'

red 171 ◦ green 71 ◦ blue 61

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

Shades of Medium Carmine #AB473D

Tints of Medium Carmine #AB473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 56.44%
G = 23.43%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB473D (or 0xAB473D) is known color: Medium Carmine. HEX triplet: AB, 47 and 3D. RGB value is (171,71,61). Sum of RGB (Red+Green+Blue) = 171+71+61=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB473D is #54B8C2. Grayscale: #636363. Windows color (decimal): -5552323 or 4016043. OLE color: 4016043.

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

Color convert

RGB 171 71 61 -
CMYK 0 0.58 0.64 0.33
HSL 5.45º 0.47% 0.45% -
HSV(B) 5.45º 0.64% 0.67% -
XYZ 19.89 13.5 5.97 -
YUV 99.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 171 71 61 0 0.58 0.64 0.33 5.45 0.47 0.45
Hex AB 47 3D 0 3A 40 21 5 2F 2D
Octal 253 107 75 0 72 100 41 5 57 55
Binary 10101011 1000111 111101 0 111010 1000000 100001 101 101111 101101

Color Harmonies of #AB473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB473D

Black with #AB473D

Text Example


Text Example

White with #AB473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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