Html Css Color HEX #AB3F3C Medium Carmine

📋 copy color: '#AB3F3C'

red 171 ◦ green 63 ◦ blue 60

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

Shades of Medium Carmine #AB3F3C

Tints of Medium Carmine #AB3F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 58.16%
G = 21.43%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB3F3C (or 0xAB3F3C) is known color: Medium Carmine. HEX triplet: AB, 3F and 3C. RGB value is (171,63,60). Sum of RGB (Red+Green+Blue) = 171+63+60=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F3C is #54C0C3. Grayscale: #5F5F5F. Windows color (decimal): -5554372 or 3948459. OLE color: 3948459.

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

Color convert

RGB 171 63 60 -
CMYK 0 0.63 0.65 0.33
HSL 1.62º 0.48% 0.45% -
HSV(B) 1.62º 0.65% 0.67% -
XYZ 19.39 12.54 5.67 -
YUV 94.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 171 63 60 0 0.63 0.65 0.33 1.62 0.48 0.45
Hex AB 3F 3C 0 3F 41 21 2 30 2D
Octal 253 77 74 0 77 101 41 2 60 55
Binary 10101011 111111 111100 0 111111 1000001 100001 10 110000 101101

Color Harmonies of #AB3F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F3C

Black with #AB3F3C

Text Example


Text Example

White with #AB3F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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