Html Css Color HEX #AB463A Medium Carmine

📋 copy color: '#AB463A'

red 171 ◦ green 70 ◦ blue 58

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

Shades of Medium Carmine #AB463A

Tints of Medium Carmine #AB463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 57.19%
G = 23.41%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB463A (or 0xAB463A) is known color: Medium Carmine. HEX triplet: AB, 46 and 3A. RGB value is (171,70,58). Sum of RGB (Red+Green+Blue) = 171+70+58=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB463A is #54B9C5. Grayscale: #626262. Windows color (decimal): -5552582 or 3819179. OLE color: 3819179.

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

Color convert

RGB 171 70 58 -
CMYK 0 0.59 0.66 0.33
HSL 6.37º 0.49% 0.45% -
HSV(B) 6.37º 0.66% 0.67% -
XYZ 19.75 13.34 5.54 -
YUV 98.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 171 70 58 0 0.59 0.66 0.33 6.37 0.49 0.45
Hex AB 46 3A 0 3B 42 21 6 31 2D
Octal 253 106 72 0 73 102 41 6 61 55
Binary 10101011 1000110 111010 0 111011 1000010 100001 110 110001 101101

Color Harmonies of #AB463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB463A

Black with #AB463A

Text Example


Text Example

White with #AB463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB463A; }

 p { color: rgb(171,70,58); }

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

background-color css

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

 a { background-color: rgb(171,70,58); }

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

border-color css

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

 span { border-color: rgb(171,70,58); }

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