Html Css Color HEX #A43C36 Medium Carmine

📋 copy color: '#A43C36'

red 164 ◦ green 60 ◦ blue 54

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

Shades of Medium Carmine #A43C36

Tints of Medium Carmine #A43C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 58.99%
G = 21.58%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A43C36 (or 0xA43C36) is known color: Medium Carmine. HEX triplet: A4, 3C and 36. RGB value is (164,60,54). Sum of RGB (Red+Green+Blue) = 164+60+54=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43C36 is #5BC3C9. Grayscale: #5A5A5A. Windows color (decimal): -6013898 or 3554468. OLE color: 3554468.

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

Color convert

RGB 164 60 54 -
CMYK 0 0.63 0.67 0.36
HSL 3.27º 0.5% 0.43% -
HSV(B) 3.27º 0.67% 0.64% -
XYZ 17.59 11.39 4.76 -
YUV 90.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 164 60 54 0 0.63 0.67 0.36 3.27 0.5 0.43
Hex A4 3C 36 0 3F 43 24 3 32 2B
Octal 244 74 66 0 77 103 44 3 62 53
Binary 10100100 111100 110110 0 111111 1000011 100100 11 110010 101011

Color Harmonies of #A43C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C36

Black with #A43C36

Text Example


Text Example

White with #A43C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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