Html Css Color HEX #AB462E Medium Carmine

📋 copy color: '#AB462E'

red 171 ◦ green 70 ◦ blue 46

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

Shades of Medium Carmine #AB462E

Tints of Medium Carmine #AB462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 59.58%
G = 24.39%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB462E (or 0xAB462E) is known color: Medium Carmine. HEX triplet: AB, 46 and 2E. RGB value is (171,70,46). Sum of RGB (Red+Green+Blue) = 171+70+46=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB462E is #54B9D1. Grayscale: #616161. Windows color (decimal): -5552594 or 3032747. OLE color: 3032747.

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

Color convert

RGB 171 70 46 -
CMYK 0 0.59 0.73 0.33
HSL 11.52º 0.58% 0.43% -
HSV(B) 11.52º 0.73% 0.67% -
XYZ 19.48 13.24 4.11 -
YUV 97.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 171 70 46 0 0.59 0.73 0.33 11.52 0.58 0.43
Hex AB 46 2E 0 3B 49 21 C 3A 2B
Octal 253 106 56 0 73 111 41 14 72 53
Binary 10101011 1000110 101110 0 111011 1001001 100001 1100 111010 101011

Color Harmonies of #AB462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB462E

Black with #AB462E

Text Example


Text Example

White with #AB462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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