Html Css Color HEX #AB462F Medium Carmine

📋 copy color: '#AB462F'

red 171 ◦ green 70 ◦ blue 47

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

Shades of Medium Carmine #AB462F

Tints of Medium Carmine #AB462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 59.38%
G = 24.31%
B = 16.32%

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

#AB462F (or 0xAB462F) is known color: Medium Carmine. HEX triplet: AB, 46 and 2F. RGB value is (171,70,47). Sum of RGB (Red+Green+Blue) = 171+70+47=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB462F is #54B9D0. Grayscale: #616161. Windows color (decimal): -5552593 or 3098283. OLE color: 3098283.

HSL color Cylindrical-coordinate representation of color #AB462F: hue angle of 11.13º degrees, saturation: 0.57, 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 #AB462F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 47 -
CMYK 0 0.59 0.73 0.33
HSL 11.13º 0.57% 0.43% -
HSV(B) 11.13º 0.73% 0.67% -
XYZ 19.5 13.24 4.22 -
YUV 97.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 171 70 47 0 0.59 0.73 0.33 11.13 0.57 0.43
Hex AB 46 2F 0 3B 49 21 B 39 2B
Octal 253 106 57 0 73 111 41 13 71 53
Binary 10101011 1000110 101111 0 111011 1001001 100001 1011 111001 101011

Color Harmonies of #AB462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB462F

Black with #AB462F

Text Example


Text Example

White with #AB462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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