Html Css Color HEX #AB3A2F Medium Carmine

📋 copy color: '#AB3A2F'

red 171 ◦ green 58 ◦ blue 47

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

Shades of Medium Carmine #AB3A2F

Tints of Medium Carmine #AB3A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

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

R = 61.96%
G = 21.01%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB3A2F (or 0xAB3A2F) is known color: Medium Carmine. HEX triplet: AB, 3A and 2F. RGB value is (171,58,47). Sum of RGB (Red+Green+Blue) = 171+58+47=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A2F is #54C5D0. Grayscale: #5A5A5A. Windows color (decimal): -5555665 or 3095211. OLE color: 3095211.

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

Color convert

RGB 171 58 47 -
CMYK 0 0.66 0.73 0.33
HSL 5.32º 0.57% 0.43% -
HSV(B) 5.32º 0.73% 0.67% -
XYZ 18.82 11.89 3.99 -
YUV 90.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 171 58 47 0 0.66 0.73 0.33 5.32 0.57 0.43
Hex AB 3A 2F 0 42 49 21 5 39 2B
Octal 253 72 57 0 102 111 41 5 71 53
Binary 10101011 111010 101111 0 1000010 1001001 100001 101 111001 101011

Color Harmonies of #AB3A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A2F

Black with #AB3A2F

Text Example


Text Example

White with #AB3A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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