Html Css Color HEX #AB3C2E Medium Carmine

📋 copy color: '#AB3C2E'

red 171 ◦ green 60 ◦ blue 46

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

Shades of Medium Carmine #AB3C2E

Tints of Medium Carmine #AB3C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

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

R = 61.73%
G = 21.66%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB3C2E (or 0xAB3C2E) is known color: Medium Carmine. HEX triplet: AB, 3C and 2E. RGB value is (171,60,46). Sum of RGB (Red+Green+Blue) = 171+60+46=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C2E is #54C3D1. Grayscale: #5B5B5B. Windows color (decimal): -5555154 or 3030187. OLE color: 3030187.

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

Color convert

RGB 171 60 46 -
CMYK 0 0.65 0.73 0.33
HSL 6.72º 0.58% 0.43% -
HSV(B) 6.72º 0.73% 0.67% -
XYZ 18.9 12.09 3.92 -
YUV 91.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 171 60 46 0 0.65 0.73 0.33 6.72 0.58 0.43
Hex AB 3C 2E 0 41 49 21 7 3A 2B
Octal 253 74 56 0 101 111 41 7 72 53
Binary 10101011 111100 101110 0 1000001 1001001 100001 111 111010 101011

Color Harmonies of #AB3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C2E

Black with #AB3C2E

Text Example


Text Example

White with #AB3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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