Html Css Color HEX #A43C2F Medium Carmine

📋 copy color: '#A43C2F'

red 164 ◦ green 60 ◦ blue 47

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

Shades of Medium Carmine #A43C2F

Tints of Medium Carmine #A43C2F

RGB

 RED value IS 164 (64.45% from 255) = 60.52%

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

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

R = 60.52%
G = 22.14%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A43C2F (or 0xA43C2F) is known color: Medium Carmine. HEX triplet: A4, 3C and 2F. RGB value is (164,60,47). Sum of RGB (Red+Green+Blue) = 164+60+47=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43C2F is #5BC3D0. Grayscale: #595959. Windows color (decimal): -6013905 or 3095716. OLE color: 3095716.

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

Color convert

RGB 164 60 47 -
CMYK 0 0.63 0.71 0.36
HSL 6.67º 0.55% 0.41% -
HSV(B) 6.67º 0.71% 0.64% -
XYZ 17.44 11.33 3.96 -
YUV 89.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 164 60 47 0 0.63 0.71 0.36 6.67 0.55 0.41
Hex A4 3C 2F 0 3F 47 24 7 37 29
Octal 244 74 57 0 77 107 44 7 67 51
Binary 10100100 111100 101111 0 111111 1000111 100100 111 110111 101001

Color Harmonies of #A43C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C2F

Black with #A43C2F

Text Example


Text Example

White with #A43C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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