Html Css Color HEX #AB3F3E Medium Carmine

📋 copy color: '#AB3F3E'

red 171 ◦ green 63 ◦ blue 62

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

Shades of Medium Carmine #AB3F3E

Tints of Medium Carmine #AB3F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 57.77%
G = 21.28%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB3F3E (or 0xAB3F3E) is known color: Medium Carmine. HEX triplet: AB, 3F and 3E. RGB value is (171,63,62). Sum of RGB (Red+Green+Blue) = 171+63+62=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F3E is #54C0C1. Grayscale: #5F5F5F. Windows color (decimal): -5554370 or 4079531. OLE color: 4079531.

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

Color convert

RGB 171 63 62 -
CMYK 0 0.63 0.64 0.33
HSL 0.55º 0.47% 0.46% -
HSV(B) 0.55º 0.64% 0.67% -
XYZ 19.44 12.56 5.96 -
YUV 95.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 171 63 62 0 0.63 0.64 0.33 0.55 0.47 0.46
Hex AB 3F 3E 0 3F 40 21 1 2F 2E
Octal 253 77 76 0 77 100 41 1 57 56
Binary 10101011 111111 111110 0 111111 1000000 100001 1 101111 101110

Color Harmonies of #AB3F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F3E

Black with #AB3F3E

Text Example


Text Example

White with #AB3F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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