Html Css Color HEX #AB3C2F Medium Carmine

📋 copy color: '#AB3C2F'

red 171 ◦ green 60 ◦ blue 47

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

Shades of Medium Carmine #AB3C2F

Tints of Medium Carmine #AB3C2F

RGB

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

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

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

R = 61.51%
G = 21.58%
B = 16.91%

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

#AB3C2F (or 0xAB3C2F) is known color: Medium Carmine. HEX triplet: AB, 3C and 2F. RGB value is (171,60,47). Sum of RGB (Red+Green+Blue) = 171+60+47=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C2F is #54C3D0. Grayscale: #5B5B5B. Windows color (decimal): -5555153 or 3095723. OLE color: 3095723.

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

Color convert

RGB 171 60 47 -
CMYK 0 0.65 0.73 0.33
HSL 6.29º 0.57% 0.43% -
HSV(B) 6.29º 0.73% 0.67% -
XYZ 18.92 12.09 4.03 -
YUV 91.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 171 60 47 0 0.65 0.73 0.33 6.29 0.57 0.43
Hex AB 3C 2F 0 41 49 21 6 39 2B
Octal 253 74 57 0 101 111 41 6 71 53
Binary 10101011 111100 101111 0 1000001 1001001 100001 110 111001 101011

Color Harmonies of #AB3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C2F

Black with #AB3C2F

Text Example


Text Example

White with #AB3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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